File tree 6 files changed +6
-6
lines changed
dependabot/workflow-template-copies/.github/workflows
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 98
98
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
99
99
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
100
100
run : |
101
- # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
101
+ # GitHub's upload/download-artifact actions don't preserve file permissions,
102
102
# so we need to add execution permission back until the action is made to do this.
103
103
chmod +x "${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_darwin_amd64/${{ env.PROJECT_NAME }}"
104
104
PACKAGE_FILENAME="$(basename ${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_nightly-*_macOS_64bit.tar.gz)"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
111
111
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
112
112
run : |
113
- # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
113
+ # GitHub's upload/download-artifact actions don't preserve file permissions,
114
114
# so we need to add execution permission back until the action is made to do this.
115
115
chmod +x ${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_darwin_amd64/${{ env.PROJECT_NAME }}
116
116
TAG="${GITHUB_REF/refs\/tags\//}"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
104
104
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
105
105
run : |
106
- # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
106
+ # GitHub's upload/download-artifact actions don't preserve file permissions,
107
107
# so we need to add execution permission back until the action is made to do this.
108
108
chmod +x ${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_darwin_amd64/${{ env.PROJECT_NAME }}
109
109
TAG="${GITHUB_REF/refs\/tags\//}"
Original file line number Diff line number Diff line change 98
98
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
99
99
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
100
100
run : |
101
- # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
101
+ # GitHub's upload/download-artifact actions don't preserve file permissions,
102
102
# so we need to add execution permission back until the action is made to do this.
103
103
chmod +x "${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_darwin_amd64/${{ env.PROJECT_NAME }}"
104
104
PACKAGE_FILENAME="$(basename ${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_nightly-*_macOS_64bit.tar.gz)"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
111
111
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
112
112
run : |
113
- # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
113
+ # GitHub's upload/download-artifact actions don't preserve file permissions,
114
114
# so we need to add execution permission back until the action is made to do this.
115
115
chmod +x ${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_darwin_amd64/${{ env.PROJECT_NAME }}
116
116
TAG="${GITHUB_REF/refs\/tags\//}"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
104
104
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
105
105
run : |
106
- # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
106
+ # GitHub's upload/download-artifact actions don't preserve file permissions,
107
107
# so we need to add execution permission back until the action is made to do this.
108
108
chmod +x ${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_darwin_amd64/${{ env.PROJECT_NAME }}
109
109
TAG="${GITHUB_REF/refs\/tags\//}"
You can’t perform that action at this time.
0 commit comments