Skip to content

Commit

Permalink
Merge pull request #43 from hopr-framework/update.appimage.md5sum
Browse files Browse the repository at this point in the history
[update.appimage.md5sum] AppImage md5sum
  • Loading branch information
kopperp authored Jul 3, 2023
2 parents a4f0a55 + e8b5112 commit 5c669ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-ninja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ jobs:
mkdir artifacts
mkdir assets
cp ${BINARYPATH} .
7z a assets/hopr-linux64.zip ${BINARYNAME}
mv ${BINARYNAME} artifacts/.
md5sum ${BINARYNAME} > md5sum.txt
7z a assets/hopr-linux64.zip ${BINARYNAME} md5sum.txt
mv ${BINARYNAME} md5sum.txt artifacts/.
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5c669ce

Please sign in to comment.