From 221ec5126d2d70f7f07c70840a3319eecc0dd7db Mon Sep 17 00:00:00 2001 From: Bard Date: Thu, 22 Sep 2022 08:15:25 +0800 Subject: [PATCH] Update release-build.yml --- .github/workflows/release-build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 6c859dd..63a760d 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -68,13 +68,6 @@ jobs: run: | cp bin/packages/${{ matrix.arch }}/packages_ci/*.ipk . || true - - name: Store packages - uses: actions/upload-artifact@v2 - if: github.event_name != 'release' - with: - name: ${{ matrix.arch}}-${{ github.sha}}-packages - path: "*.ipk" - - name: Upload packages uses: svenstaro/upload-release-action@v2 if: github.event_name == 'release'