From 5267003c6f4aef1ce8b153d4b3b4eb32532374b7 Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Thu, 1 Jun 2023 01:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8DCI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pr.yml | 7 +------ .github/workflows/build.yml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) 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: