From 9cb82ee56c8866c60a9531eb5cb9c0a1db064e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com> Date: Sat, 27 May 2023 22:56:04 +0300 Subject: Fix artifact download --- .github/workflows/build-on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml index e28923a..0fe7c37 100644 --- a/.github/workflows/build-on-release.yml +++ b/.github/workflows/build-on-release.yml @@ -110,7 +110,7 @@ jobs: - name: Download MacOS artifact uses: actions/download-artifact@v2 with: - name: krr-macos-latest-${{ github.ref_name }}.zip + name: krr-macos-latest-${{ github.ref_name }} - name: Calculate hash run: echo "MAC_BUILD_HASH=$(sha256sum krr-macos-latest-${{ github.ref_name }}.zip | awk '{print $1}')" >> $GITHUB_ENV @@ -124,7 +124,7 @@ jobs: - name: Download Linux artifact uses: actions/download-artifact@v2 with: - name: krr-ubuntu-latest-${{ github.ref_name }}.zip + name: krr-ubuntu-latest-${{ github.ref_name }} - name: Calculate hash run: echo "LINUX_BUILD_HASH=$(sha256sum krr-ubuntu-latest-${{ github.ref_name }}.zip | awk '{print $1}')" >> $GITHUB_ENV -- cgit v1.2.3