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.
1 parent d87ba7a commit f286e08Copy full SHA for f286e08
.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