mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
[CD] debugging the release phrase
This commit is contained in:
parent
46106353b9
commit
8978d9b3de
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@ -167,9 +167,9 @@ jobs:
|
||||
with:
|
||||
strip_v: true
|
||||
# generating checksums for all the binary
|
||||
- run: sudo apt-get install tree -y
|
||||
- run: tree .
|
||||
- run: |
|
||||
apt-get install tree -y
|
||||
tree .
|
||||
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-Linux-Bundle/${{ steps.tag.outputs.tag }}/*.{AppImage,tar.xz,deb} > RELEASE.md5sum
|
||||
|
Loading…
Reference in New Issue
Block a user