移除不需要的文件
This commit is contained in:
parent
87da04c9a1
commit
9b79db8de4
1
.github/workflows/build-pr.yml
vendored
1
.github/workflows/build-pr.yml
vendored
@ -134,6 +134,7 @@ jobs:
|
||||
--linux-onefile-icon=pypvz.ico \
|
||||
--include-data-dir=resources=resources \
|
||||
-o ./out/pypvz \
|
||||
--remove-output \
|
||||
main.py
|
||||
tar -cvpaf -C ./out out pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
||||
|
||||
|
||||
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -136,6 +136,7 @@ jobs:
|
||||
--linux-onefile-icon=pypvz.ico \
|
||||
--include-data-dir=resources=resources \
|
||||
-o ./out/pypvz \
|
||||
--remove-output \
|
||||
main.py
|
||||
tar -cvpaf -C ./out out pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user