From 1a3c3d0b7c67250355d6560d50d475d5303eac20 Mon Sep 17 00:00:00 2001 From: Aholicknight Date: Sun, 5 Nov 2023 20:10:48 -0600 Subject: [PATCH] Update version file path in build-exe-and-publish.yml --- .github/workflows/build-exe-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-exe-and-publish.yml b/.github/workflows/build-exe-and-publish.yml index 3ab9547..0b4b5e5 100644 --- a/.github/workflows/build-exe-and-publish.yml +++ b/.github/workflows/build-exe-and-publish.yml @@ -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