Skip to content

Commit

Permalink
Update test_ios_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng authored Nov 5, 2024
1 parent aa4c405 commit d083526
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

strategy:
matrix:
type: [iOS]
type: [PublishLibrary]
include:
# - type: PublishLibrary
# publish: release
# os: macos-latest
- type: PublishLibrary
publish: release
os: macos-latest
# - type: Android
# android: apk
# os: macos-latest
Expand All @@ -34,9 +34,9 @@ jobs:
# - type: macOS
# desktop: dmg
# os: macos-latest
- type: iOS
iOS: ipa
os: macos-latest
# - type: iOS
# iOS: ipa
# os: macos-latest

runs-on: ${{ matrix.os }}
permissions:
Expand Down

0 comments on commit d083526

Please sign in to comment.