ci: fix warning
This commit is contained in:
parent
119f863083
commit
4bc1e86841
14
.github/workflows/i18n-luci-18.06.yml
vendored
14
.github/workflows/i18n-luci-18.06.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- x86_64
|
- x86_64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -41,11 +41,9 @@ jobs:
|
|||||||
path: "*.ipk"
|
path: "*.ipk"
|
||||||
|
|
||||||
- name: Upload packages
|
- name: Upload packages
|
||||||
uses: svenstaro/upload-release-action@master
|
uses: ncipollo/release-action@v1
|
||||||
if: github.event_name == 'release'
|
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.workflow_token }}
|
token: ${{ secrets.workflow_token }}
|
||||||
file: "*.ipk"
|
allowUpdates: true
|
||||||
tag: ${{ github.ref }}
|
replacesArtifacts: true
|
||||||
overwrite: true
|
artifacts: "*.ipk"
|
||||||
file_glob: true
|
|
||||||
|
14
.github/workflows/release-build.yml
vendored
14
.github/workflows/release-build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- x86_64
|
- x86_64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -61,11 +61,9 @@ jobs:
|
|||||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||||
|
|
||||||
- name: Upload packages
|
- name: Upload packages
|
||||||
uses: svenstaro/upload-release-action@master
|
uses: ncipollo/release-action@v1
|
||||||
if: github.event_name == 'release'
|
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.workflow_token }}
|
token: ${{ secrets.workflow_token }}
|
||||||
file: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"
|
allowUpdates: true
|
||||||
tag: ${{ github.ref }}
|
replacesArtifacts: true
|
||||||
overwrite: true
|
artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"
|
||||||
file_glob: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user