We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0a1422 + f286e08 commit 0f5a14cCopy full SHA for 0f5a14c
.github/workflows/release-go-crosscompile-task.yml
@@ -204,7 +204,7 @@ jobs:
204
pattern: ${{ env.ARTIFACT_PREFIX }}*
205
206
- name: Create checksum file
207
- working-directory: ${{ env.DIST_DIR}}
+ working-directory: ${{ env.DIST_DIR }}
208
run: |
209
TAG="${GITHUB_REF/refs\/tags\//}"
210
sha256sum ${{ env.PROJECT_NAME }}_${TAG}* > ${TAG}-checksums.txt
0 commit comments