Skip to content

Commit 2be9f2b

Browse files
authored
Fix command syntax in Python version modifier
1 parent 8d3754a commit 2be9f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build Installer
8686
run: |
8787
New-Item -ItemType Directory -Path setup\output -Force
88-
python setup/version_modifier.py --version "${{ env.version }}""
88+
python setup/version_modifier.py --version "${{ env.version }}"
8989
iscc setup\srasetup.iss
9090
Move-Item -Path setup\output\* -Destination . -Force
9191
- name: Upload Setup Artifact

0 commit comments

Comments
 (0)