Skip to content

Commit

Permalink
Publish the static Linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Apr 3, 2020
1 parent 3999125 commit 0c6e603
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 @@ -45,7 +45,7 @@ jobs:
uses: actions/[email protected]
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./target/release/yj
asset_path: ./target/x86_64-unknown-linux-musl/release/yj
asset_name: yj.linux
asset_content_type: application/octet-stream

Expand Down

0 comments on commit 0c6e603

Please sign in to comment.