Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CNOCTAVE committed Nov 13, 2024
1 parent 4242cf5 commit 4fdccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- run: sudo apt-get install jq -y
- run: sudo chmod +x src/configure
- run: tar --warning=no-file-changed --exclude='.' --exclude='.git/' --exclude='.github/' --exclude=octave_zstd.tar.gz -czvf octave_zstd.tar.gz .
- run: gh release upload 1.0.3 octave_zstd.tar.gz --name "octave_zstd.tar.gz" --repo $GITHUB_REPOSITORY
- run: gh release upload 1.0.3 octave_zstd.tar.gz --repo $GITHUB_REPOSITORY

0 comments on commit 4fdccc9

Please sign in to comment.