Skip to content

Commit

Permalink
ci: fix sentry uploading for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Aug 29, 2024
1 parent 55c97a6 commit 712142a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/ci_post_xcodebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ echo "Authenticate to Sentry"
./sentry-cli login --auth-token $SENTRY_AUTH_TOKEN

echo "Uploading dSYM to Sentry"
./sentry-cli debug-files upload -o <org> -p <project> $CI_ARCHIVE_PATH --force-foreground
./sentry-cli debug-files upload -o revolt -p apple-ios $CI_ARCHIVE_PATH --force-foreground

0 comments on commit 712142a

Please sign in to comment.