mirror of
https://github.com/Paillat-dev/discord-emojis.git
synced 2026-01-02 00:56:19 +00:00
Fix exit code logging in update script to ensure accurate exit code is recorded
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -75,7 +75,7 @@ jobs:
|
|||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "Script failed with exit code $EXIT_CODE"
|
echo "Script failed with exit code $EXIT_CODE"
|
||||||
echo "exit_code=$EXIT_CODE" >> $GITHUB_ENV
|
echo "exit_code=$CODE" >> $GITHUB_ENV
|
||||||
exit $CODE
|
exit $CODE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user