Skip to content

Commit

Permalink
Workflow - Android CD | upset changeNotForReview (#181)
Browse files Browse the repository at this point in the history
* Workflow - Android CD | upset changeNotForReview

* workflow - iOS CD | run testflight deployment on Prod
  • Loading branch information
bricefriha authored Jan 27, 2025
1 parent 497bff9 commit 44494ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,3 @@ jobs:
packageName: ${{ inputs.package-name }}
releaseFiles: ${{ github.workspace }}/${{ inputs.project-folder }}/bin/${{ inputs.build-config }}/${{ inputs.dotnet-version-target }}-android/${{ inputs.package-name }}-Signed.aab
track: production
changesNotSentForReview: true
8 changes: 8 additions & 0 deletions .github/workflows/cd-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,11 @@ jobs:
issuer-id: ${{ secrets.appstore-issuer }}
api-key-id: ${{ secrets.appstore-keyid }}
api-private-key: ${{ secrets.appstore-private-key }}
- name: Upload app to TestFlight
uses: apple-actions/upload-testflight-build@v1
if: ${{contains(inputs.deploy-type, 'prod')}}
with:
app-path: ${{ github.workspace }}/${{ inputs.project-folder }}/bin/${{ inputs.build-config }}/${{ inputs.dotnet-version-target }}-ios/ios-arm64/publish/GamHubApp.ipa
issuer-id: ${{ secrets.appstore-issuer }}
api-key-id: ${{ secrets.appstore-keyid }}
api-private-key: ${{ secrets.appstore-private-key }}

0 comments on commit 44494ac

Please sign in to comment.