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