Skip to content

Commit

Permalink
fix missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 4, 2024
1 parent d04a156 commit 0c43329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ flutter build apk --split-per-abi --split-debug-info=./symbols --build-number="$
flutter build appbundle --split-debug-info=./symbols --build-number="$BUILD_NUMBER" --build-name="$VERSION"
if [[ -v GITHUB_OUTPUT ]]; then
echo "SENTRY_DIST=$BUILD_NUMBER" >> "$GITHUB_OUTPUT"
echo "SENTRY_RELEASE=VERSION" >> "$GITHUB_OUTPUT"
echo "SENTRY_RELEASE=$VERSION" >> "$GITHUB_OUTPUT"
fi
echo

0 comments on commit 0c43329

Please sign in to comment.