From 11f6be9a999e67f92be33541277599be101aac71 Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Sun, 24 Jul 2022 16:48:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pr.yml | 3 ++- .github/workflows/build.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 4a29a2c..553fc1a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df5125f..7a08e2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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