Update release-build.yml
This commit is contained in:
parent
18d93e33d1
commit
221ec5126d
7
.github/workflows/release-build.yml
vendored
7
.github/workflows/release-build.yml
vendored
@ -68,13 +68,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp bin/packages/${{ matrix.arch }}/packages_ci/*.ipk . || true
|
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
|
- name: Upload packages
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
|
Loading…
Reference in New Issue
Block a user