Update release-build.yml
This commit is contained in:
parent
646ba2c74c
commit
9b47cb58f5
7
.github/workflows/release-build.yml
vendored
7
.github/workflows/release-build.yml
vendored
@ -63,13 +63,6 @@ jobs:
|
||||
- name: Move created packages to project dir
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user