Skip to content

Commit 3ef7814

Browse files
Fix incorrect paths to sha256 check sum files in release workflow (#20709)
[skip ci] Fixes typos in the release workflow that slipped in #20565
2 parents 56e6f9f + 6825894 commit 3ef7814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,8 @@ jobs:
951951
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
952952
with:
953953
upload_url: ${{ steps.create_gh_release.outputs.upload_url }}
954-
asset_path: ./dist/linux-aarch64/target/sha256sum-aarch64-pc-linux.txt
955-
asset_name: sha256sum.txt
954+
asset_path: ./dist/linux-aarch64/target/sha256sum.txt
955+
asset_name: sha256sum-aarch64-pc-linux.txt
956956
asset_content_type: text/plain
957957

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

0 commit comments

Comments
 (0)