File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -119,4 +119,3 @@ jobs:
119
119
packageName : ${{ inputs.package-name }}
120
120
releaseFiles : ${{ github.workspace }}/${{ inputs.project-folder }}/bin/${{ inputs.build-config }}/${{ inputs.dotnet-version-target }}-android/${{ inputs.package-name }}-Signed.aab
121
121
track : production
122
- changesNotSentForReview : true
Original file line number Diff line number Diff line change @@ -116,3 +116,11 @@ jobs:
116
116
issuer-id : ${{ secrets.appstore-issuer }}
117
117
api-key-id : ${{ secrets.appstore-keyid }}
118
118
api-private-key : ${{ secrets.appstore-private-key }}
119
+ - name : Upload app to TestFlight
120
+ uses : apple-actions/upload-testflight-build@v1
121
+ if : ${{contains(inputs.deploy-type, 'prod')}}
122
+ with :
123
+ app-path : ${{ github.workspace }}/${{ inputs.project-folder }}/bin/${{ inputs.build-config }}/${{ inputs.dotnet-version-target }}-ios/ios-arm64/publish/GamHubApp.ipa
124
+ issuer-id : ${{ secrets.appstore-issuer }}
125
+ api-key-id : ${{ secrets.appstore-keyid }}
126
+ api-private-key : ${{ secrets.appstore-private-key }}
You can’t perform that action at this time.
0 commit comments