We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d239a5 commit 2177b05Copy full SHA for 2177b05
.github/actions/environment/action.yml
@@ -42,7 +42,8 @@ runs:
42
maui-android \
43
${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows maui-tizen' || '' }} \
44
${{ runner.os == 'Windows' && 'maui-windows' || '' }} \
45
- --temp-dir "${{ runner.temp }}" --from-rollback-file rollback.json
+ --temp-dir "${{ runner.temp }}" --from-rollback-file rollback.json \
46
+ --skip-sign-check
47
48
# We build Sentry.Maui for every supported MAUI target so we can access platform-specific features.
49
# That includes Tizen. We don't need the entire Tizen SDK, but we do need the base Tizen workload.
0 commit comments