From 58e527a5d402a8bd19310d86753a384c67149bee Mon Sep 17 00:00:00 2001 From: CH3CHO Date: Wed, 13 Mar 2024 13:20:55 +0800 Subject: [PATCH] fix up #4 --- .github/workflows/release-hgctl.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-hgctl.yaml b/.github/workflows/release-hgctl.yaml index efe8a7e54d..7c17b36679 100644 --- a/.github/workflows/release-hgctl.yaml +++ b/.github/workflows/release-hgctl.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Debug + - name: Debug \#1 run: | echo "Version=${{ env.HGCTL_VERSION }}" @@ -28,6 +28,10 @@ jobs: zip -q -r hgctl_${{ env.HGCTL_VERSION }}_windows_amd64.zip out/windows_amd64/ zip -q -r hgctl_${{ env.HGCTL_VERSION }}_windows_arm64.zip out/windows_arm64/ + - name: Debug \#2 + run: | + ls -l + - name: Recreate the Latest Release and Tag uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')