Update CI

This commit is contained in:
2023-09-08 13:00:15 +08:00
parent b247ae73da
commit d2f8af335f
3 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -1,8 +1,10 @@
name: Web
on:
push:
branches: [master]
branches: ["*"]
paths-ignore:
- '.github/workflows/android.yml'
- '.github/workflows/windows.yml'
- 'android/**'
- 'ios/**'
- 'linux/**'

View File

@@ -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/**'