Skip to content

Commit 69736b5

Browse files
authored
Fix MacOS release (#166)
1 parent f3a3f24 commit 69736b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-go-task.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
105105
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
106106
run: |
107-
# GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
107+
# GitHub's upload/download-artifact@v4 actions don't preserve file permissions,
108108
# so we need to add execution permission back until the action is made to do this.
109109
chmod +x ${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_darwin_amd64/${{ env.PROJECT_NAME }}
110110
TAG="${GITHUB_REF/refs\/tags\//}"
@@ -122,6 +122,7 @@ jobs:
122122
uses: actions/upload-artifact@v4
123123
with:
124124
if-no-files-found: error
125+
overwrite: true
125126
name: ${{ env.ARTIFACT_NAME }}
126127
path: ${{ env.DIST_DIR }}
127128

0 commit comments

Comments
 (0)