We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a37e2 commit 452467dCopy full SHA for 452467d
.github/workflows/build-and-publish.yml
@@ -21,4 +21,4 @@ jobs:
21
# uncomment this on demand
22
- run: sudo chmod -R a+x octave_php_wrapper/inst
23
- run: tar --warning=no-file-changed --exclude='octave_php_wrapper/.git' --exclude='octave_php_wrapper/.github' -czvf octave_php_wrapper.tar.gz octave_php_wrapper
24
- - run: gh release upload 0.1.0 octave_php_wrapper.tar.gz --repo $GITHUB_REPOSITORY
+ - run: gh release upload 0.2.0 octave_php_wrapper.tar.gz --repo $GITHUB_REPOSITORY
0 commit comments