mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-02 15:52:14 +00:00
fix too blank and not work correct bug
This commit is contained in:
10
.github/workflows/sentry_cli.yml
vendored
10
.github/workflows/sentry_cli.yml
vendored
@@ -150,12 +150,10 @@ jobs:
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Starting Sentry upload with debug logging..."
|
echo "Starting Sentry upload with debug logging..."
|
||||||
# upload-dif does not support --release flag, it auto-associates with releases
|
# upload-dif does not support --release flag, it auto-associates with releases
|
||||||
sentry-cli --log-level=debug --auth-token "$SENTRY_AUTH_TOKEN" upload-dif \
|
sentry-cli --log-level=debug --auth-token "$SENTRY_AUTH_TOKEN" upload-dif --org "${{ secrets.SENTRY_ORG }}" --project "${{ secrets.SENTRY_PROJECT }}" ./symbols
|
||||||
--org "${{ secrets.SENTRY_ORG }}" \
|
UPLOAD_EXIT_CODE=$?
|
||||||
--project "${{ secrets.SENTRY_PROJECT }}" \
|
if [ $UPLOAD_EXIT_CODE -ne 0 ]; then
|
||||||
./symbols
|
echo "::error::Sentry upload failed with exit code $UPLOAD_EXIT_CODE"
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "::error::Sentry upload failed with exit code $?"
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user