Skip to content

Commit

Permalink
fix: CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Jul 3, 2024
1 parent eb150af commit e208634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
sha512sum ${{ env.TOOLS_DEB }} > ${{ env.TOOLS_DEB }}.sha512
sha512sum ${{ env.TOOLS_ROOTFS }} > ${{ env.TOOLS_ROOTFS }}.sha512
for f in libcmt/deb/*; sha512sum $f > libcmt/$f.sha512; done
for f in libcmt/deb/*; do sha512sum $f > $f.sha512; done
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -120,7 +120,6 @@ jobs:
${{ env.TOOLS_ROOTFS }}
${{ env.TOOLS_ROOTFS }}.sha512
libcmt/deb/*
libcmt/deb/*.sha512
test:
runs-on: ubuntu-latest-8-cores
Expand Down

0 comments on commit e208634

Please sign in to comment.