Skip to content

Commit 7ad5552

Browse files
Fully fix uploading sources to Sentry
1 parent f67e294 commit 7ad5552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/upload-sentry-sources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export PATH="$PATH:/opt/homebrew/bin"
44

5-
if [[ $CONFIGURATION -eq "Debug" ]]
5+
if [[ $CONFIGURATION = "Debug" ]]
66
then
77
echo "Skipping Sentry sources upload"
88
elif [ -n $SENTRY_AUTH_TOKEN ]

0 commit comments

Comments
 (0)