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 2, 2024
1 parent 1223305 commit 86238ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ jobs:
- name: Extract and prepare files for release
run: |
mkdir release/
unzip artifacts/coveralls-linux-binaries.zip -d artifacts/
cp -r artifacts/coveralls-linux-binaries/* release/
find artifacts/ -type f -exec cp \{} release/ \;
rm -f release/coveralls-linux-binaries.zip
mv release/coveralls.exe release/coveralls-windows.exe
sha256sum release/* > release/coveralls-checksums.txt
Expand Down

0 comments on commit 86238ad

Please sign in to comment.