Skip to content

Commit

Permalink
GHA: Fix upload path.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Dec 23, 2021
1 parent 4e05568 commit c698eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: /home/runner/work/publish/SARotate-${{ matrix.arch }}
asset_path: /home/runner/work/publish/SARotate
asset_name: SARotate-${{ matrix.arch }}
asset_content_type: binary/octet-stream

0 comments on commit c698eaf

Please sign in to comment.