mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-06 05:49:03 +08:00
Update CI
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
run: flutter build apk --release --split-per-abi
|
||||
env:
|
||||
CI: true
|
||||
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
|
||||
SIGNING_KEY_ALIAS: release
|
||||
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
|
||||
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
||||
- name: Upload artifact
|
||||
|
||||
4
.github/workflows/web.yml
vendored
4
.github/workflows/web.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: Web
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: ["*"]
|
||||
paths-ignore:
|
||||
- '.github/workflows/android.yml'
|
||||
- '.github/workflows/windows.yml'
|
||||
- 'android/**'
|
||||
- 'ios/**'
|
||||
- 'linux/**'
|
||||
|
||||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: Windows build
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: ["*"]
|
||||
paths-ignore:
|
||||
- '.github/workflows/android.yml'
|
||||
- '.github/workflows/web.yml'
|
||||
- 'android/**'
|
||||
- 'ios/**'
|
||||
- 'linux/**'
|
||||
|
||||
Reference in New Issue
Block a user