ci: add apk package support
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
359b814735
commit
3a2b08d04c
7
.github/workflows/release-build.yml
vendored
7
.github/workflows/release-build.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
||||
- x86_64
|
||||
sdk:
|
||||
- openwrt-24.10
|
||||
- SNAPSHOT
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -69,7 +70,9 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.arch }}-${{ matrix.sdk }}
|
||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||
path: |
|
||||
bin/packages/${{ matrix.arch }}/packages_ci/*.apk
|
||||
bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||
|
||||
- name: Create compress files
|
||||
run: |
|
||||
@ -82,5 +85,5 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
artifacts: "${{ matrix.sdk }}-${{ matrix.arch }}.tar.gz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user