mirror of https://github.com/Xhofe/alist
Update build.yml
parent
fcfb3369d1
commit
e62b2b31b5
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.23.4'
|
||||||
|
|
||||||
- name: Setup web
|
- name: Setup web
|
||||||
run: bash build.sh dev web
|
run: bash build.sh dev web
|
||||||
|
@ -58,4 +58,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: alist_${{ env.SHA }}_${{ matrix.target }}
|
name: alist_${{ env.SHA }}_${{ matrix.target }}
|
||||||
path: build/*
|
path: build/*
|
||||||
|
|
Loading…
Reference in New Issue