File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
105
105
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
106
106
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,
108
108
# so we need to add execution permission back until the action is made to do this.
109
109
chmod +x ${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_darwin_amd64/${{ env.PROJECT_NAME }}
110
110
TAG="${GITHUB_REF/refs\/tags\//}"
@@ -122,6 +122,7 @@ jobs:
122
122
uses : actions/upload-artifact@v4
123
123
with :
124
124
if-no-files-found : error
125
+ overwrite : true
125
126
name : ${{ env.ARTIFACT_NAME }}
126
127
path : ${{ env.DIST_DIR }}
127
128
You can’t perform that action at this time.
0 commit comments