mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore: reintegrate environment and flavor loading
This commit is contained in:
8
.github/workflows/prepare.yml
vendored
8
.github/workflows/prepare.yml
vendored
@@ -213,10 +213,10 @@ jobs:
|
||||
platform: test
|
||||
skip-core: true
|
||||
|
||||
- name: Generate Flavor Configuration
|
||||
- name: Generate Environment Configuration
|
||||
run: |
|
||||
echo FLAVOR=${{ inputs.flavor }} > .flavor
|
||||
echo COMMIT=${{ github.sha }} >> .flavor
|
||||
echo FLAVOR=${{ inputs.flavor }} > .env
|
||||
echo COMMIT=${{ github.sha }} >> .env
|
||||
|
||||
- name: Generate Localization
|
||||
run: dart ${{github.workspace }}/scripts/generate_localization.dart
|
||||
@@ -229,6 +229,6 @@ jobs:
|
||||
with:
|
||||
name: core-files
|
||||
path: |
|
||||
${{ github.workspace }}/.flavor
|
||||
${{ github.workspace }}/.env
|
||||
${{ github.workspace }}/assets/localization
|
||||
${{ github.workspace }}/lib/**/*.g.dart
|
||||
|
||||
Reference in New Issue
Block a user