mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-04-20 18:22:04 +00:00
Project import generated by Copybara.
GitOrigin-RevId: 374de83dd813859ae0a4827782fabda47cd4a49e
This commit is contained in:
parent
79b9ac256a
commit
548a2c9ef2
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-deploy.yaml
vendored
7
.github/workflows/build-deploy.yaml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
- name: Set up environment variables
|
||||
run: |
|
||||
touch .env
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
- name: Build Windows
|
||||
run: make build_windows
|
||||
|
|
@ -56,6 +57,7 @@ jobs:
|
|||
- name: Set up environment variables
|
||||
run: |
|
||||
touch .env
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
- name: Create key.properties file
|
||||
run: |
|
||||
|
|
@ -93,6 +95,7 @@ jobs:
|
|||
- name: Set up environment variables
|
||||
run: |
|
||||
touch .env
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
- name: Build iOS
|
||||
run: flutter build ios --release
|
||||
|
|
@ -124,6 +127,7 @@ jobs:
|
|||
- name: Set up environment variables
|
||||
run: |
|
||||
touch .env
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
- name: Build Linux
|
||||
run: flutter build linux
|
||||
|
|
@ -150,9 +154,10 @@ jobs:
|
|||
- name: Set up environment variables
|
||||
run: |
|
||||
touch .env
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
- name: Build MacOS
|
||||
run: flutter build macos
|
||||
run: flutter build macos --release
|
||||
|
||||
- name: Upload MacOS artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue