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 8d3754a commit 2be9f2bCopy full SHA for 2be9f2b
.github/workflows/python-app.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Build Installer
86
run: |
87
New-Item -ItemType Directory -Path setup\output -Force
88
- python setup/version_modifier.py --version "${{ env.version }}""
+ python setup/version_modifier.py --version "${{ env.version }}"
89
iscc setup\srasetup.iss
90
Move-Item -Path setup\output\* -Destination . -Force
91
- name: Upload Setup Artifact
0 commit comments