Update release-build.yml
This commit is contained in:
parent
ee858b79c0
commit
402ee88009
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
@ -60,15 +60,12 @@ jobs:
|
|||||||
name: ${{ matrix.arch }}
|
name: ${{ matrix.arch }}
|
||||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
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
|
- 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'
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.workflow_token }}
|
repo_token: ${{ secrets.workflow_token }}
|
||||||
file: "*.ipk"
|
file: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
Loading…
Reference in New Issue
Block a user