Skip to content

Commit

Permalink
🐛 fix gnu binaries upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed May 29, 2024
1 parent 1d9746b commit 79bb93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
wsrx-cli-${{env.APP_VERSION}}-linux64.tar.gz
wsrx-cli-${{env.APP_VERSION}}-linux64-gnu.tar.gz
wsrx-cli-${{env.APP_VERSION}}-linux64-musl.tar.gz
## macOS build ###############################################################
Expand Down

0 comments on commit 79bb93c

Please sign in to comment.