Skip to content

Commit

Permalink
Fix release job in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Oct 1, 2024
1 parent 9a58ca0 commit c73854e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ jobs:
mkdir release/
find artifacts/ -type f -exec cp \{} release/ \;
cd release/
mv coveralls coveralls-linux
mv coveralls.exe coveralls-windows.exe
sha256sum * > coveralls-checksums.txt
Expand Down

0 comments on commit c73854e

Please sign in to comment.