Skip to content

Commit e63a50a

Browse files
committed
chore: bump version
1 parent cea5ac6 commit e63a50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: ./dist
5555
if: "${{ matrix.alias != 'win' }}"
5656
run: |
57-
zip -9 telepush_${{ matrix.alias }}_amd64.zip *
57+
zip -9 -r telepush_${{ matrix.alias }}_amd64.zip *
5858
5959
- name: Upload built executable to release
6060
uses: softprops/action-gh-release@v1

config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.3
1+
4.0.0

0 commit comments

Comments
 (0)