Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Sauer committed Oct 10, 2024
1 parent a20c284 commit 9946ef3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: |
cd ios
pod install
- name: Build iOS IPA
run: flutter build ipa --export-options-plist=ios/ExportOptions.plist

- name: Set up Signing Certificates
uses: apple-actions/import-codesign-certs@v3
with:
Expand All @@ -37,10 +41,7 @@ jobs:
# Passwort für die .p12-Datei
p12-password: ${{ secrets.IOS_CERTIFICATE_PASSWORD }}
# Base64-kodierte mobileprovision-Datei
p12-filepath: ${{ secrets.IOS_PROVISIONING_PROFILE }}

- name: Build iOS IPA
run: flutter build ipa --export-options-plist=ios/ExportOptions.plist
#p12-filepath: ${{ secrets.IOS_PROVISIONING_PROFILE }}

- name: Upload IPA Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9946ef3

Please sign in to comment.