Skip to content

Commit

Permalink
Update publish-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MagusWyvern authored Jul 7, 2024
1 parent a92589b commit 705e114
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Flutter CI
on:
push:
branches:
# - main
- paused
- main

# on: push # Default will running for every branch.

Expand All @@ -31,6 +30,9 @@ jobs:

# Get flutter dependencies.
- run: flutter pub get

# Set environment variable and run build
- run: echo '${{ BUILD_DEV_APK.OPENAI_API_KEY }}' > .env
- run: dart run build_runner build

# Statically analyze the Dart code for any errors.
Expand Down

0 comments on commit 705e114

Please sign in to comment.