Skip to content

Commit

Permalink
Fixed ios workflow file to work with app submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Oct 20, 2023
1 parent 91b38b1 commit f500ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
gluon-license: ${{ secrets.GLUON_LICENSE }}

- name: Gluon Build
run: ./mvnw -Pios gluonfx:build gluonfx:package
run: ./mvnw -pl app -Pios gluonfx:build gluonfx:package

- uses: Apple-Actions/upload-testflight-build@master
with:
app-path: target/gluonfx/arm64-ios/HelloGluon.ipa
app-path: app/target/gluonfx/arm64-ios/app.ipa
issuer-id: ${{ secrets.GLUON_IOS_APPSTORE_ISSUER_ID }}
api-key-id: ${{ secrets.GLUON_IOS_APPSTORE_KEY_ID }}
api-private-key: ${{ secrets.GLUON_IOS_APPSTORE_PRIVATE_KEY }}

0 comments on commit f500ff3

Please sign in to comment.