Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
billywhizz committed Nov 13, 2023
1 parent 85d5666 commit eefad76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
make ARCH=${{ matrix.platform }} cleanall lo
- name: compress runtime
run: |
gzip -9 -c lo > lo-mac-${{ matrix.platform }}.tar.gz
gzip -9 -c lo > lo-mac-${{ matrix.platform }}.gz
- name: upload compressed artifact
uses: actions/upload-release-asset@v1
env:
Expand All @@ -51,7 +51,7 @@ jobs:
make cleanall lo test
- name: compress runtime
run: |
gzip -9 -c lo > lo-linux-x64.tar.gz
gzip -9 -c lo > lo-linux-x64.gz
- name: upload compressed artifact
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit eefad76

Please sign in to comment.