Skip to content

Commit

Permalink
fix up alibaba#4
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Mar 13, 2024
1 parent 066e9e5 commit 58e527a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-hgctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Debug
- name: Debug \#1
run: |
echo "Version=${{ env.HGCTL_VERSION }}"
Expand All @@ -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/')
Expand Down

0 comments on commit 58e527a

Please sign in to comment.