Skip to content

Commit

Permalink
make sure all binaries are uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk1f0 committed Oct 27, 2023
1 parent 61f689e commit f0a1628
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: |
mv target/x86_64-unknown-linux-gnu/release/rwpspread target/release/rwpspread_gnu
mv target/x86_64-unknown-linux-musl/release/rwpspread target/release/rwpspread_musl
- name: Upload built binaries
- name: Upload gnu binary
uses: actions/upload-artifact@v3
with:
name: release-binaries
path: |
target/release/rwpspread
target/x86_64-unknown-linux-gnu/release/rwpspread_gnu
target/x86_64-unknown-linux-musl/release/rwpspread_musl
path: target/x86_64-unknown-linux-gnu/release/rwpspread_gnu
- name: Upload musl binary
uses: actions/upload-artifact@v3
with:
path: target/x86_64-unknown-linux-musl/release/rwpspread_musl

0 comments on commit f0a1628

Please sign in to comment.