Skip to content

Commit

Permalink
Update version file path in
Browse files Browse the repository at this point in the history
build-exe-and-publish.yml
  • Loading branch information
Aholicknight committed Nov 6, 2023
1 parent d82ca74 commit 1a3c3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-exe-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash

- name: Build exe
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

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 1a3c3d0

Please sign in to comment.