From 9f5067d22fb1ece5a501596ff9b7d2d019ab3a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Tue, 10 Jun 2025 22:21:42 +0800 Subject: [PATCH] Update release-hgctl.yaml --- .github/workflows/release-hgctl.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-hgctl.yaml b/.github/workflows/release-hgctl.yaml index c40a801aa..035cf9f77 100644 --- a/.github/workflows/release-hgctl.yaml +++ b/.github/workflows/release-hgctl.yaml @@ -26,7 +26,7 @@ jobs: zip -q -r hgctl_${{ env.HGCTL_VERSION }}_windows_arm64.zip out/windows_arm64/ - name: Upload hgctl packages to the GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -51,7 +51,7 @@ jobs: tar -zcvf hgctl_${{ env.HGCTL_VERSION }}_darwin_arm64.tar.gz out/darwin_arm64/ - name: Upload hgctl packages to the GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 if: startsWith(github.ref, 'refs/tags/') with: files: | @@ -73,7 +73,7 @@ jobs: tar -zcvf hgctl_${{ env.HGCTL_VERSION }}_darwin_amd64.tar.gz out/darwin_amd64/ - name: Upload hgctl packages to the GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 if: startsWith(github.ref, 'refs/tags/') with: files: |