mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-06 05:49:03 +08:00
Update
This commit is contained in:
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@@ -2,6 +2,16 @@ name: Deploy
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- 'android/**'
|
||||
- 'ios/**'
|
||||
- 'linux/**'
|
||||
- 'macos/**'
|
||||
- 'windows/**'
|
||||
- '.gitignore'
|
||||
- '.gitmodules'
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
concurrency:
|
||||
group: deploy
|
||||
cancel-in-progress: false
|
||||
|
||||
15
.github/workflows/windows.yml
vendored
15
.github/workflows/windows.yml
vendored
@@ -2,12 +2,25 @@ name: Windows build
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- 'android/**'
|
||||
- 'ios/**'
|
||||
- 'linux/**'
|
||||
- 'macos/**'
|
||||
- 'web/**'
|
||||
- '.gitignore'
|
||||
- '.gitmodules'
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
jobs:
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Check Out
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Setup flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user