Skip to content

Commit

Permalink
ci fix ipa artifact_path
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Oct 23, 2023
1 parent 3906e32 commit 6148568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
flutter_version: '3.13'
flutter_channel: 'stable'
artifact_name: release-ios
artifact_path: build/ios/ipa/*.ipa
artifact_path: build/**/*.ipa
- target: macos
os: macos-12
flutter_version: '3.13'
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand Down

0 comments on commit 6148568

Please sign in to comment.