Skip to content

Commit

Permalink
ci: fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesabloo authored Jan 20, 2021
1 parent 64e9abf commit 4c1fcc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:

- name: Get local bin path
id: local-bin-path
run: echo ::set-output name=path::$(stack path | awk -F': ' '$1 == "local-bin" { print $2 }')
run: |
echo ::set-output name=path::$(stack path | awk -F': ' '$1 == "local-bin" { print $2 }')
- name: Upload executable file
id: upload-release-asset
Expand Down

0 comments on commit 4c1fcc2

Please sign in to comment.