File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
working-directory : ${{ env.DIST_DIR }}
158
158
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
159
159
run : |
160
- # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
160
+ # GitHub's upload/download-artifact actions don't preserve file permissions,
161
161
# so we need to add execution permission back until the action is made to do this.
162
162
chmod +x "${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"
163
163
VERSION=${{ needs.create-nightly-artifacts.outputs.version }}
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
working-directory : ${{ env.DIST_DIR }}
158
158
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
159
159
run : |
160
- # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
160
+ # GitHub's upload/download-artifact actions don't preserve file permissions,
161
161
# so we need to add execution permission back until the action is made to do this.
162
162
chmod +x "${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"
163
163
TAG=${{ needs.create-release-artifacts.outputs.version }}
You can’t perform that action at this time.
0 commit comments