Skip to content

Commit

Permalink
fix:Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenhx authored Sep 6, 2024
1 parent c995bd1 commit 8a58879
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:


steps:
- uses: actions/checkout@v4
- name: Checkout code with submodules
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Read app version from YAML
run: |
APP_VERSION=$(sed -n 's/^version:[ ]*//p' pubspec.yaml | tr -d '[:space:]')
Expand Down

0 comments on commit 8a58879

Please sign in to comment.