Skip to content

Commit

Permalink
Fix incorrect paths to sha256 check sum files in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jun 21, 2024
1 parent 56e6f9f commit 6825894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -951,8 +951,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_gh_release.outputs.upload_url }}
asset_path: ./dist/linux-aarch64/target/sha256sum-aarch64-pc-linux.txt
asset_name: sha256sum.txt
asset_path: ./dist/linux-aarch64/target/sha256sum.txt
asset_name: sha256sum-aarch64-pc-linux.txt
asset_content_type: text/plain

- name: Upload SHA256 sum of the release artefacts to GitHub Release (mac x86-64)
Expand Down

0 comments on commit 6825894

Please sign in to comment.