We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56e6f9f + 6825894 commit 3ef7814Copy full SHA for 3ef7814
.github/workflows/ci.yaml
@@ -951,8 +951,8 @@ jobs:
951
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
952
with:
953
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
+ asset_path: ./dist/linux-aarch64/target/sha256sum.txt
+ asset_name: sha256sum-aarch64-pc-linux.txt
956
asset_content_type: text/plain
957
958
- name: Upload SHA256 sum of the release artefacts to GitHub Release (mac x86-64)
0 commit comments