Update release-build.yml

This commit is contained in:
Bard 2022-09-22 08:15:25 +08:00 committed by GitHub
parent 18d93e33d1
commit 221ec5126d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'