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