Skip to content

Commit

Permalink
ci: fix EXT definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuncan committed Mar 29, 2024
1 parent ac8b178 commit be2a6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
echo "TAG=dev" >> "${GITHUB_ENV}"
echo "RELEASE_NAME='Continuous dev'" >> "${GITHUB_ENV}"
fi
if ${{ matrix.os }} == "windows-latest"; then
if [ ${{ matrix.os }} == "windows-latest" ]; then
echo "EXT=.exe" >> "${GITHUB_ENV}"
else
echo "EXT=" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit be2a6f6

Please sign in to comment.