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