diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 6109728..980299c 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -14,7 +14,7 @@ jobs: pyinstaller_ver: '==6.6.0' spec: 'REVHubInterface.spec' requirements: 'pyinstaller-build-reqs.txt' - clean-checkout: false + clean_checkout: false upload_exe_with_name: 'REVHubInterface_Mac_Binary' - name: Make DMG uses: unofficial-rev-port/create-dmg-action-fixed-icon@v0.0.4 @@ -36,7 +36,7 @@ jobs: pyinstaller_ver: '==6.6.0' spec: 'REVHubInterface.spec' requirements: 'pyinstaller-build-reqs.txt' - clean-checkout: false + clean_checkout: false upload_exe_with_name: 'REVHubInterface_Windows' pyinstaller-build-linux: runs-on: ubuntu-latest @@ -48,8 +48,5 @@ jobs: pyinstaller_ver: '==6.6.0' spec: 'REVHubInterface.spec' requirements: 'pyinstaller-build-reqs.txt' - clean-checkout: false + clean_checkout: false upload_exe_with_name: 'REVHubInterface_Linux' - - -