commit
daee48eb6e
7
.github/workflows/build-pr.yml
vendored
7
.github/workflows/build-pr.yml
vendored
@ -68,11 +68,6 @@ jobs:
|
|||||||
--output-dir=out `
|
--output-dir=out `
|
||||||
--windows-icon-from-ico=pypvz.ico `
|
--windows-icon-from-ico=pypvz.ico `
|
||||||
--include-data-dir=resources=resources `
|
--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 `
|
--windows-disable-console `
|
||||||
-o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
|
-o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
|
||||||
pypvz.py
|
pypvz.py
|
||||||
@ -82,7 +77,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
tag: Dev
|
tag: Dev
|
||||||
artifacts: ./*nuitka*.exe
|
artifacts: ./out/*nuitka*.exe
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -70,11 +70,6 @@ jobs:
|
|||||||
--output-dir=out `
|
--output-dir=out `
|
||||||
--windows-icon-from-ico=pypvz.ico `
|
--windows-icon-from-ico=pypvz.ico `
|
||||||
--include-data-dir=resources=resources `
|
--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 `
|
--windows-disable-console `
|
||||||
-o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
|
-o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
|
||||||
pypvz.py
|
pypvz.py
|
||||||
@ -85,7 +80,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
tag: Latest
|
tag: Latest
|
||||||
artifacts: ./*nuitka*.exe
|
artifacts: ./out/*nuitka*.exe
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user