Skip to content

Commit

Permalink
fix: CI COMPILE_OPTIONS not expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoOwO committed Jan 17, 2025
1 parent 11770b1 commit 87c362c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- name: Build APK
env:
COMPILE_OPTIONS: ${{ secrets.compile_options }}
run: flutter build apk --release $COMPILE_OPTIONS
run: |
flutter build apk --release $COMPILE_OPTIONS
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
Expand Down

0 comments on commit 87c362c

Please sign in to comment.