更改命令
This commit is contained in:
parent
3b8a0fb309
commit
96faf23a12
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
|||||||
-o ./out/pypvz \
|
-o ./out/pypvz \
|
||||||
--remove-output \
|
--remove-output \
|
||||||
main.py
|
main.py
|
||||||
cp ./resources ./out/resources
|
cp -r ./resources ./out/resources
|
||||||
tar -cvpaf -C ./out out pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
tar -cvpaf -C ./out out pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
||||||
|
|
||||||
- name: Release the version built by nuitka
|
- name: Release the version built by nuitka
|
||||||
|
|||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
|||||||
-o ./out/pypvz \
|
-o ./out/pypvz \
|
||||||
--remove-output \
|
--remove-output \
|
||||||
main.py
|
main.py
|
||||||
cp ./resources ./out/resources
|
cp -r ./resources ./out/resources
|
||||||
tar -cvpaf -C ./out out pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
tar -cvpaf -C ./out out pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
||||||
|
|
||||||
- name: Release the version built by nuitka
|
- name: Release the version built by nuitka
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user