Skip to content

Commit aa67876

Browse files
committed
Updated comments
1 parent 40fe0d1 commit aa67876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-go-nightly-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
working-directory: ${{ env.DIST_DIR }}
158158
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
159159
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,
161161
# so we need to add execution permission back until the action is made to do this.
162162
chmod +x "${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"
163163
VERSION=${{ needs.create-nightly-artifacts.outputs.version }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
working-directory: ${{ env.DIST_DIR }}
158158
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
159159
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,
161161
# so we need to add execution permission back until the action is made to do this.
162162
chmod +x "${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"
163163
TAG=${{ needs.create-release-artifacts.outputs.version }}

0 commit comments

Comments
 (0)