From 682589496d5da16508cdfe682be5af14605ea2fd Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Fri, 21 Jun 2024 12:07:30 +0200 Subject: [PATCH] Fix incorrect paths to sha256 check sum files in release workflow --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 974866930c68..2747830fb7d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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)