mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
chore(ci): add run-name to build workflow
[skip ci]
This commit is contained in:
4
.github/workflows/prepare.yml
vendored
4
.github/workflows/prepare.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
run: |
|
||||
COUNT=`git rev-list HEAD --count`
|
||||
echo "commit-count=$COUNT" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
- name: Build Flavor
|
||||
id: build-flavor
|
||||
uses: actions/github-script@v6
|
||||
@@ -135,7 +135,7 @@ jobs:
|
||||
export BUILD=${{ needs.build-details.outputs.build-number }}
|
||||
export SENTRY_DSN=${{ secrets.SENTRY_DSN }}
|
||||
flutter packages pub run environment_config:generate
|
||||
|
||||
|
||||
- name: Generate Localization
|
||||
run: dart ${{github.workspace }}/scripts/generate_localization.dart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user