Skip to content

Commit

Permalink
fn
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jun 11, 2024
1 parent 6740d19 commit 6167f59
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 @@ -68,7 +68,7 @@ jobs:
- name: Write checksum to a file
shell: bash
run: |
echo "${{ steps.checksum.outputs.sha256-checksum.value }}" | tee ${{ matrix.artifact_name }}.sha256
echo "${{ steps.checksum.outputs.sha256-checksum }}" | tee ${{ matrix.artifact_name }}.sha256
- name: Upload checksum files to release
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit 6167f59

Please sign in to comment.