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/')