From cfbd4951d256967195259995e6ccaf27fee69ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sun, 24 Jul 2022 17:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BB=E6=AD=A2pr=E5=8F=91=E5=B8=83release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pr.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 4df9706..d218588 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -84,14 +84,6 @@ jobs: name: artifact-windows-python-${{ matrix.python_version }} path: ./out/*.dist - - name: Release the version built by nuitka - uses: ncipollo/release-action@v1 - with: - allowUpdates: true - tag: Latest - artifacts: ./out/*nuitka*.exe - token: ${{ secrets.GITHUB_TOKEN }} - linux: runs-on: ubuntu-latest strategy: @@ -140,10 +132,8 @@ jobs: 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 + - name: "Upload binaries" + uses: actions/upload-artifact@v2 with: - allowUpdates: true - tag: Latest - artifacts: ./*.tar.zst - token: ${{ secrets.GITHUB_TOKEN }} + name: artifact-windows-python-${{ matrix.python_version }} + path: ./pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst