From 8978d9b3debc3a6ae4b47c107245797a68bc172f Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Thu, 28 Apr 2022 09:43:21 +0600 Subject: [PATCH] [CD] debugging the release phrase --- .github/workflows/release-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 98ce8863..2f2bc9aa 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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