From 98fe2325d9816215e7482e25cc5f209595f3f2f8 Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Sun, 24 Jul 2022 16:52:36 +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 | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 553fc1a..4df9706 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a08e2e..5585599 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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