Skip to content

Commit 44494ac

Browse files
authored
Workflow - Android CD | upset changeNotForReview (#181)
* Workflow - Android CD | upset changeNotForReview * workflow - iOS CD | run testflight deployment on Prod
1 parent 497bff9 commit 44494ac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/cd-android.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,3 @@ jobs:
119119
packageName: ${{ inputs.package-name }}
120120
releaseFiles: ${{ github.workspace }}/${{ inputs.project-folder }}/bin/${{ inputs.build-config }}/${{ inputs.dotnet-version-target }}-android/${{ inputs.package-name }}-Signed.aab
121121
track: production
122-
changesNotSentForReview: true

.github/workflows/cd-ios.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,11 @@ jobs:
116116
issuer-id: ${{ secrets.appstore-issuer }}
117117
api-key-id: ${{ secrets.appstore-keyid }}
118118
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 }}

0 commit comments

Comments
 (0)