Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
kalicyh committed Aug 7, 2024
1 parent 8705d35 commit 15598e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ jobs:
- name: 打印版本号
run: |
echo "version: ${{ env.version }}"
- name: Install CocoaPods
if: ${{ matrix.type == 'macos' }}
run: |
cd macos
pod install
cd ..
- name: 打包Macos
if: ${{ matrix.type == 'macos' }}
Expand Down

0 comments on commit 15598e2

Please sign in to comment.