更改命令
This commit is contained in:
parent
11f6be9a99
commit
98fe2325d9
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
||||
main.py
|
||||
cp -r ./resources ./out/resources
|
||||
cd out
|
||||
tar -cvpaf . ../pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
||||
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
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -140,7 +140,7 @@ jobs:
|
||||
main.py
|
||||
cp -r ./resources ./out/resources
|
||||
cd out
|
||||
tar -cvpaf . ../pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
||||
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