Skip to content

Commit

Permalink
Add start quote
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 13, 2024
1 parent a6f7cd2 commit f893115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
aws s3 ls "${{ env.OUT_FOLDER_PATH }}/latest-linux.yml"
EC=$?
if [ $EC -eq 0 ]; then
echo ::error:: file file already exist"
echo "::error:: file file already exist"
exit 1
elif [ $EC -ne 1 ]; then
echo "::error:: $EC"
Expand Down

0 comments on commit f893115

Please sign in to comment.