Skip to content

Commit d43906a

Browse files
committed
Update the files upload workflow to ophub/upload-to-release@main
1 parent 608136e commit d43906a

5 files changed

Lines changed: 30 additions & 30 deletions

.github/workflows/compile-allwinner-h6-kernel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,16 @@ jobs:
195195
docker_image: ophub/armbian-${{ inputs.docker_image }}:arm64
196196

197197
- name: Upload Kernel to Release
198-
uses: ncipollo/release-action@main
198+
uses: ophub/upload-to-release@main
199199
if: ${{ env.PACKAGED_STATUS == 'success' && !cancelled() }}
200200
with:
201201
tag: kernel_h6
202202
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
203-
allowUpdates: true
204-
removeArtifacts: false
205-
replacesArtifacts: true
206-
makeLatest: true
207-
token: ${{ secrets.GITHUB_TOKEN }}
203+
allow_updates: true
204+
remove_artifacts: false
205+
replaces_artifacts: true
206+
make_latest: true
207+
gh_token: ${{ secrets.GITHUB_TOKEN }}
208208
body: |
209209
- These kernels can be used for `Armbian`, `OpenWrt` and `FnNAS`.
210210
- These are dedicated kernels for `Allwinner H6 (TQC-A01)` devices and are not compatible with other series.

.github/workflows/compile-mainline-beta-kernel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,16 @@ jobs:
195195
docker_image: ophub/armbian-${{ inputs.docker_image }}:arm64
196196

197197
- name: Upload Kernel to Release
198-
uses: ncipollo/release-action@main
198+
uses: ophub/upload-to-release@main
199199
if: ${{ env.PACKAGED_STATUS == 'success' && !cancelled() }}
200200
with:
201201
tag: kernel_beta
202202
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
203-
allowUpdates: true
204-
removeArtifacts: false
205-
replacesArtifacts: true
206-
makeLatest: true
207-
token: ${{ secrets.GITHUB_TOKEN }}
203+
allow_updates: true
204+
remove_artifacts: false
205+
replaces_artifacts: true
206+
make_latest: true
207+
gh_token: ${{ secrets.GITHUB_TOKEN }}
208208
body: |
209209
- These kernels can be used for `Armbian`, `OpenWrt` and `FnNAS`.
210210
- These are mainline `beta` kernels that may contain experimental features. Do not use unless you know what you are doing.

.github/workflows/compile-mainline-stable-kernel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,16 +199,16 @@ jobs:
199199
docker_image: ophub/armbian-${{ inputs.docker_image }}:arm64
200200

201201
- name: Upload Kernel to Release
202-
uses: ncipollo/release-action@main
202+
uses: ophub/upload-to-release@main
203203
if: ${{ env.PACKAGED_STATUS == 'success' && !cancelled() }}
204204
with:
205205
tag: kernel_stable
206206
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
207-
allowUpdates: true
208-
removeArtifacts: false
209-
replacesArtifacts: true
210-
makeLatest: true
211-
token: ${{ secrets.GITHUB_TOKEN }}
207+
allow_updates: true
208+
remove_artifacts: false
209+
replaces_artifacts: true
210+
make_latest: true
211+
gh_token: ${{ secrets.GITHUB_TOKEN }}
212212
body: |
213213
- These are Mainline `stable` kernels that provide support for `Armbian`, `OpenWrt` and `FnNAS`.
214214
- It works with most `Amlogic`, `Rockchip`, and `Allwinner` devices. For specific details, please refer to the instructions on the homepage of each system's repository.

.github/workflows/compile-rockchip-rk3588-kernel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,16 +196,16 @@ jobs:
196196
docker_image: ophub/armbian-${{ inputs.docker_image }}:arm64
197197

198198
- name: Upload Kernel to Release
199-
uses: ncipollo/release-action@main
199+
uses: ophub/upload-to-release@main
200200
if: ${{ env.PACKAGED_STATUS == 'success' && !cancelled() }}
201201
with:
202202
tag: kernel_rk3588
203203
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
204-
allowUpdates: true
205-
removeArtifacts: false
206-
replacesArtifacts: true
207-
makeLatest: true
208-
token: ${{ secrets.GITHUB_TOKEN }}
204+
allow_updates: true
205+
remove_artifacts: false
206+
replaces_artifacts: true
207+
make_latest: true
208+
gh_token: ${{ secrets.GITHUB_TOKEN }}
209209
body: |
210210
- These kernels can be used for `Armbian`, `OpenWrt` and `FnNAS`.
211211
- These are dedicated BSP kernels for `Rockchip rk3588` and are not compatible with other series.

.github/workflows/compile-rockchip-rk35xx-kernel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,16 +196,16 @@ jobs:
196196
docker_image: ophub/armbian-${{ inputs.docker_image }}:arm64
197197

198198
- name: Upload Kernel to Release
199-
uses: ncipollo/release-action@main
199+
uses: ophub/upload-to-release@main
200200
if: ${{ env.PACKAGED_STATUS == 'success' && !cancelled() }}
201201
with:
202202
tag: kernel_rk35xx
203203
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
204-
allowUpdates: true
205-
removeArtifacts: false
206-
replacesArtifacts: true
207-
makeLatest: true
208-
token: ${{ secrets.GITHUB_TOKEN }}
204+
allow_updates: true
205+
remove_artifacts: false
206+
replaces_artifacts: true
207+
make_latest: true
208+
gh_token: ${{ secrets.GITHUB_TOKEN }}
209209
body: |
210210
- These kernels can be used for `Armbian`, `OpenWrt` and `FnNAS`.
211211
- These are dedicated BSP kernels for `Rockchip rk3528/rk3566/rk3568` and are not compatible with other series.

0 commit comments

Comments
 (0)