Skip to content

Commit

Permalink
Add trailing newline in workflow for style
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed Sep 27, 2023
1 parent 85f521f commit b15df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-m1-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ jobs:
while IFS= read -r file; do
filename=$(basename $file)
aws --no-progress s3 cp "$file" "s3://download.chia.net/simple-dev/clvm-tools-rs/$filename"
done <<< "$FILES"
done <<< "$FILES"

0 comments on commit b15df3b

Please sign in to comment.