mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 11:29:45 +08:00
Compare commits
2 Commits
v3.51.0
...
fix/ci-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
179850211a | ||
|
|
e62b2b31b5 |
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
- android-arm64
|
||||
name: Build
|
||||
runs-on: ${{ matrix.platform }}
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
@@ -58,4 +61,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: alist_${{ env.SHA }}_${{ matrix.target }}
|
||||
path: build/*
|
||||
path: build/*
|
||||
|
||||
Reference in New Issue
Block a user