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