We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762375c commit 4973a41Copy full SHA for 4973a41
.github/workflows/publish-go-nightly-task.yml
@@ -193,7 +193,7 @@ jobs:
193
path: ${{ env.DIST_DIR }}
194
195
- name: Create checksum file
196
- working-directory: ${{ env.DIST_DIR}}
+ working-directory: ${{ env.DIST_DIR }}
197
run: |
198
TAG="nightly-$(date -u +"%Y%m%d")"
199
sha256sum ${{ env.PROJECT_NAME }}_${TAG}* > ${TAG}-checksums.txt
.github/workflows/release-go-task.yml
@@ -200,7 +200,7 @@ jobs:
200
201
202
203
204
205
TAG="${GITHUB_REF/refs\/tags\//}"
206
0 commit comments