From 1b5aa491b3c8710ecea099fd5096ca7f4e7d2910 Mon Sep 17 00:00:00 2001 From: Bard Date: Thu, 29 Sep 2022 22:53:35 +0800 Subject: [PATCH] Update release-build.yml --- .github/workflows/release-build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 63a760d..9303ea7 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -64,16 +64,12 @@ jobs: name: ${{ matrix.arch }} path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk - - name: Move created packages to project dir - run: | - cp bin/packages/${{ matrix.arch }}/packages_ci/*.ipk . || true - - name: Upload packages uses: svenstaro/upload-release-action@v2 if: github.event_name == 'release' with: repo_token: ${{ secrets.workflow_token }} - file: "*.ipk" + file: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk" tag: ${{ github.ref }} overwrite: true file_glob: true