Skip to content

Commit cba10c9

Browse files
authored
Raise Version number in pyinstaller.yml
1 parent 5ac3e50 commit cba10c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/installer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: gh release upload $TAG output/saenopy_run/saenopy --clobber
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
TAG: v1.0.3
53+
TAG: v1.0.4
5454

5555
build-windows:
5656

@@ -92,7 +92,7 @@ jobs:
9292
path: output/saenopy_run
9393

9494
- name: Upload GitHub release assets
95-
run: gh release upload v1.0.3 "output\saenopy_run\saenopy.exe" --clobber
95+
run: gh release upload v1.0.4 "output\saenopy_run\saenopy.exe" --clobber
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98-
TAG: v1.0.3
98+
TAG: v1.0.4

0 commit comments

Comments
 (0)