fix: hook bug fixes

This commit is contained in:
garethgeorge
2024-06-13 00:25:26 -07:00
parent 85d1539a5b
commit 78742ca965
7 changed files with 140 additions and 50 deletions
+7
View File
@@ -64,6 +64,13 @@ jobs:
with:
fetch-depth: 0
# download dist artifacts from previous job
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
name: release-artifacts
path: dist
- name: Get Release Artifact URL # used to append installer executables to the release after GoReleaser runs
id: geturl
run: |