Skip to content

Commit

Permalink
Fix binary path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enaut committed Aug 13, 2021
1 parent 3ffa6fc commit 192805b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: '/home/runner/work/pslink/pslink/target/x86_64-unknown-linux-musl/release/pslink'
args: 'pslink_linux_64bit'

0 comments on commit 192805b

Please sign in to comment.