Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/buildAdHoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:

- name: Rock Remote Build - Android
id: rock-remote-build-android
uses: callstackincubator/android@2177ac62cabe662aa49a2bc6f3154070705dd8f5
uses: callstackincubator/android@561f4aa994a35aa9a2d7d913b562da65e5f02029
env:
GITHUB_TOKEN: ${{ github.token }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand All @@ -216,7 +216,7 @@ jobs:
keystore-path: '../tools/buildtools/upload-key.keystore'
comment-bot: false
rock-build-extra-params: '--extra-params "-PreactNativeArchitectures=arm64-v8a,x86_64 --profile"'
custom-ref: ${{ inputs.APP_REF }}
custom-identifier: ${{ inputs.APP_REF }}

- name: Upload Gradle profile report
if: always()
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:

- name: Rock Remote Build - iOS
id: rock-remote-build-ios
uses: callstackincubator/ios@d638bd25c764655baeeced3232c692f1698cf72b
uses: callstackincubator/ios@dd30f7e53eee2ea6a59509793d0a30fbb5c91216
env:
GITHUB_TOKEN: ${{ github.token }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
}
]
comment-bot: false
custom-ref: ${{ inputs.APP_REF }}
custom-identifier: ${{ inputs.APP_REF }}

- name: Set artifact URL output
id: set-artifact-url
Expand Down
Loading