diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fced9d..677ca2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,7 @@ jobs: glob: "target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}" - name: Write checksum to a file + shell: bash run: | echo "${{ steps.checksum.outputs.sha256-checksum.value }}" | tee ${{ matrix.artifact_name }}.sha256