Skip to content

Commit

Permalink
Collect the right build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy committed Mar 6, 2022
1 parent df0e754 commit cb1ac96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
include:
- name: linux
os: ubuntu-latest
artifact_name: target/release/<name>
asset_name: <name>-linux
artifact_name: target/x86_64-unknown-linux-musl/release/0s
asset_name: 0s-linux-x86_64-musl

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit cb1ac96

Please sign in to comment.