Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6b4ec0459 |
@@ -34,7 +34,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-android:
|
build-android:
|
||||||
runs-on: mac
|
runs-on: nas
|
||||||
env:
|
env:
|
||||||
GOPROXY: https://goproxy.cn,direct
|
GOPROXY: https://goproxy.cn,direct
|
||||||
PUB_HOSTED_URL: https://pub.flutter-io.cn
|
PUB_HOSTED_URL: https://pub.flutter-io.cn
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
# simply picks up whatever artifacts DO exist — an absent "macos"
|
# simply picks up whatever artifacts DO exist — an absent "macos"
|
||||||
# artifact is not an error there.
|
# artifact is not an error there.
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: mac
|
runs-on: nas
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
PUB_HOSTED_URL: https://pub.flutter-io.cn
|
PUB_HOSTED_URL: https://pub.flutter-io.cn
|
||||||
@@ -129,7 +129,7 @@ jobs:
|
|||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
build-ios:
|
build-ios:
|
||||||
runs-on: mac
|
runs-on: nas
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
PUB_HOSTED_URL: https://pub.flutter-io.cn
|
PUB_HOSTED_URL: https://pub.flutter-io.cn
|
||||||
@@ -160,7 +160,7 @@ jobs:
|
|||||||
# (对应平台下载保留 pangolin1 上一版,待可用时下个 client-v* 追上)。
|
# (对应平台下载保留 pangolin1 上一版,待可用时下个 client-v* 追上)。
|
||||||
release-deploy:
|
release-deploy:
|
||||||
needs: [build-android]
|
needs: [build-android]
|
||||||
runs-on: mac
|
runs-on: nas
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user