From 96faf23a120dea71fbbe31fcd3dab38f654ebaed Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Sun, 24 Jul 2022 16:40:41 +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 f664c2e..4a29a2c 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -136,7 +136,7 @@ jobs: -o ./out/pypvz \ --remove-output \ 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 - name: Release the version built by nuitka diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d9cb58..df5125f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: -o ./out/pypvz \ --remove-output \ 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 - name: Release the version built by nuitka