We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac06770 commit 7c628f1Copy full SHA for 7c628f1
.github/workflows/release.yaml
@@ -114,9 +114,9 @@ jobs:
114
115
if [ -f "$MAPPING_FILE" ]; then
116
echo "Found mapping.txt, uploading ProGuard mapping..."
117
- sentry-cli debug-files upload --type proguard "$MAPPING_FILE"
+ sentry-cli upload-proguard "$MAPPING_FILE"
118
else
119
- echo "::error::Could not find mapping.txt at $MAPPING_FILE. Ensure your build script does not clean the build folder after deployment."
+ echo "::error::Could not find mapping.txt at $MAPPING_FILE."
120
exit 1
121
fi
122
0 commit comments