Skip to content

Commit 1a3c3d0

Browse files
committed
Update version file path in
build-exe-and-publish.yml
1 parent d82ca74 commit 1a3c3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-exe-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
shell: bash
5050

5151
- name: Build exe
52-
run: pyinstaller --onefile --icon=favicon.ico --name="Cruelty Squad Save Editor" --version-file={version_file_path} save-editor.py
52+
run: pyinstaller --onefile --icon=favicon.ico --name="Cruelty Squad Save Editor" --version-file=version_info.txt save-editor.py
5353

5454
- name: Release
5555
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)