From 3ea0dc7b18d4f4c37c1be4435a02b390da2a9f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=98=E5=BF=A7=E5=8C=97=E8=90=B1=E8=8D=89?= <1779724477@qq.com> Date: Tue, 4 Oct 2022 11:13:37 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43444b9..066733e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,20 +41,3 @@ jobs: dist/*.exe dist/*.dmg dist/*.deb - - release: - name: Release - runs-on: ubuntu-latest - steps: - - uses: actions/download-artifact@3 - with: - name: ${{ matrix.os }}-${{ matrix.node-version }} - path: dist - - - name: Release - uses: softprops/action-gh-release@v1 - with: - files: | - dist/*.exe - dist/*.dmg - dist/*.deb