Skip to content

Commit

Permalink
tee instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jun 11, 2024
1 parent 237906c commit f6c6e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Write checksum to a file
run: |
echo ${{ steps.checksum.outputs.sha256-checksum.value }} >> ${{ matrix.artifact_name }}.sha256
echo "${{ steps.checksum.outputs.sha256-checksum.value }}" | tee ${{ matrix.artifact_name }}.sha256
- name: Upload checksum files to release
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit f6c6e9f

Please sign in to comment.