ci: update actions
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
664253d1e2
commit
67e88512fe
6
.github/workflows/release-build.yml
vendored
6
.github/workflows/release-build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- x86_64
|
- x86_64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
git clone https://github.com/sbwml/v2ray-geodata
|
git clone https://github.com/sbwml/v2ray-geodata
|
||||||
|
|
||||||
- name: Building packages
|
- name: Building packages
|
||||||
uses: sbwml/openwrt-gh-action-sdk@go1.21
|
uses: sbwml/openwrt-gh-action-sdk@go1.22
|
||||||
env:
|
env:
|
||||||
ARCH: ${{ matrix.arch }}-openwrt-22.03
|
ARCH: ${{ matrix.arch }}-openwrt-22.03
|
||||||
FEEDNAME: packages_ci
|
FEEDNAME: packages_ci
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
NO_REFRESH_CHECK: true
|
NO_REFRESH_CHECK: true
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.arch }}
|
name: ${{ matrix.arch }}
|
||||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||||
|
Loading…
Reference in New Issue
Block a user