Skip to content

Commit

Permalink
fix: Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Nov 23, 2024
1 parent be1aca6 commit 6bacb7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,11 @@ jobs:
flutter config --enable-windows-desktop
- run: flutter config --no-analytics
- run: flutter doctor -v
# Checkout code, recreate missing files, and get packages.
# Checkout code get packages.
- name: Checkout code
uses: actions/checkout@v2
- run: flutter packages get
working-directory: kitchenowl

- name: Configure Keystore for Android
if: matrix.target == 'Android'
Expand Down

0 comments on commit 6bacb7c

Please sign in to comment.