Skip to content

Commit 7c628f1

Browse files
committed
TF-4268 fix: invalid value 'proguard' for '--type <TYPE>'
1 parent ac06770 commit 7c628f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114
115115
if [ -f "$MAPPING_FILE" ]; then
116116
echo "Found mapping.txt, uploading ProGuard mapping..."
117-
sentry-cli debug-files upload --type proguard "$MAPPING_FILE"
117+
sentry-cli upload-proguard "$MAPPING_FILE"
118118
else
119-
echo "::error::Could not find mapping.txt at $MAPPING_FILE. Ensure your build script does not clean the build folder after deployment."
119+
echo "::error::Could not find mapping.txt at $MAPPING_FILE."
120120
exit 1
121121
fi
122122

0 commit comments

Comments
 (0)