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 cea5ac6 commit e63a50aCopy full SHA for e63a50a
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
working-directory: ./dist
55
if: "${{ matrix.alias != 'win' }}"
56
run: |
57
- zip -9 telepush_${{ matrix.alias }}_amd64.zip *
+ zip -9 -r telepush_${{ matrix.alias }}_amd64.zip *
58
59
- name: Upload built executable to release
60
uses: softprops/action-gh-release@v1
config/version.txt
@@ -1 +1 @@
1
-3.3.3
+4.0.0
0 commit comments