We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82ca74 commit 1a3c3d0Copy full SHA for 1a3c3d0
.github/workflows/build-exe-and-publish.yml
@@ -49,7 +49,7 @@ jobs:
49
shell: bash
50
51
- name: Build exe
52
- run: pyinstaller --onefile --icon=favicon.ico --name="Cruelty Squad Save Editor" --version-file={version_file_path} save-editor.py
+ run: pyinstaller --onefile --icon=favicon.ico --name="Cruelty Squad Save Editor" --version-file=version_info.txt save-editor.py
53
54
- name: Release
55
uses: softprops/action-gh-release@v1
0 commit comments