[CD] debugging the release phrase

This commit is contained in:
Kingkor Roy Tirtho 2022-04-28 09:43:21 +06:00
parent 46106353b9
commit 8978d9b3de

View File

@ -167,9 +167,9 @@ jobs:
with: with:
strip_v: true strip_v: true
# generating checksums for all the binary # generating checksums for all the binary
- run: sudo apt-get install tree -y
- run: tree .
- run: | - run: |
apt-get install tree -y
tree .
md5sum ./Spotube-Macos-Bundle/${{ steps.tag.outputs.tag }}/Spotube-macos-x86_64.dmg > RELEASE.md5sum md5sum ./Spotube-Macos-Bundle/${{ steps.tag.outputs.tag }}/Spotube-macos-x86_64.dmg > RELEASE.md5sum
md5sum ./Spotube-Windows-Bundle/${{ steps.tag.outputs.tag }}/*.{exe,nupkg} > RELEASE.md5sum md5sum ./Spotube-Windows-Bundle/${{ steps.tag.outputs.tag }}/*.{exe,nupkg} > RELEASE.md5sum
md5sum ./Spotube-Linux-Bundle/${{ steps.tag.outputs.tag }}/*.{AppImage,tar.xz,deb} > RELEASE.md5sum md5sum ./Spotube-Linux-Bundle/${{ steps.tag.outputs.tag }}/*.{AppImage,tar.xz,deb} > RELEASE.md5sum