Update release-build.yml
This commit is contained in:
parent
7040529831
commit
1b5aa491b3
6
.github/workflows/release-build.yml
vendored
6
.github/workflows/release-build.yml
vendored
@ -64,16 +64,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