diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 6b17e1a..1d2ac47 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -68,11 +68,6 @@ jobs: --output-dir=out ` --windows-icon-from-ico=pypvz.ico ` --include-data-dir=resources=resources ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libogg-0.dll=libogg-0.dll ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libopus-0.dll=libopus-0.dll ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libopusfile-0.dll=libopusfile-0.dll ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbisfile-3.dll=libvorbisfile-3.dll ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbis-0.dll=libvorbis-0.dll ` --windows-disable-console ` -o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe ` pypvz.py @@ -82,7 +77,7 @@ jobs: with: allowUpdates: true tag: Dev - artifacts: ./*nuitka*.exe + artifacts: ./out/*nuitka*.exe token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d257987..bca14d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,11 +70,6 @@ jobs: --output-dir=out ` --windows-icon-from-ico=pypvz.ico ` --include-data-dir=resources=resources ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libogg-0.dll=libogg-0.dll ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libopus-0.dll=libopus-0.dll ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libopusfile-0.dll=libopusfile-0.dll ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbisfile-3.dll=libvorbisfile-3.dll ` - --include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbis-0.dll=libvorbis-0.dll ` --windows-disable-console ` -o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe ` pypvz.py @@ -85,7 +80,7 @@ jobs: with: allowUpdates: true tag: Latest - artifacts: ./*nuitka*.exe + artifacts: ./out/*nuitka*.exe token: ${{ secrets.GITHUB_TOKEN }} linux: