Skip to content

Commit

Permalink
not to overwrite previous release
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinibla committed Apr 26, 2024
1 parent 22eaa1c commit e9eddc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
args: install -y python3 visualstudio2019-workload-vctools
- name: download pytinstaller source code
run: Invoke-WebRequest -Uri "https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v6.3.0.zip" -OutFile output.zip
run: Invoke-WebRequest -Uri "https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v6.6.0.zip" -OutFile output.zip
- name: unzip pytinstaller source code
run: Expand-Archive -Path output.zip -DestinationPath .
- name: build pyinstaller bootloader
Expand Down

0 comments on commit e9eddc2

Please sign in to comment.