File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments