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 }}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user