From d6c34e5535643157470e8433b85c023a0ee193f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20J=C4=99drzejewski?= Date: Wed, 24 Nov 2021 14:33:10 +0100 Subject: [PATCH] fix publish downloads script --- .github/workflows/release-nethermind.yml | 2 +- scripts/deployment/publish-downloads.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-nethermind.yml b/.github/workflows/release-nethermind.yml index d92258a7f4c..cb88b4517aa 100644 --- a/.github/workflows/release-nethermind.yml +++ b/.github/workflows/release-nethermind.yml @@ -165,7 +165,7 @@ jobs: OSX_RELEASE: nethermind-osx-x64 WIN_RELEASE: nethermind-win-x64 LIN_ARM64_RELEASE: nethermind-lin-arm64 - OSX_ARM64_RELEASE: nethermind-darwin-arm64 + OSX_ARM64_RELEASE: nethermind-osx-arm64 steps: - name: Checking out Nethermind repository uses: actions/checkout@master diff --git a/scripts/deployment/publish-downloads.sh b/scripts/deployment/publish-downloads.sh index dd00d2cefb2..20e9175ff15 100755 --- a/scripts/deployment/publish-downloads.sh +++ b/scripts/deployment/publish-downloads.sh @@ -12,7 +12,7 @@ cd $LIN_RELEASE && LIN_FILE="$(basename nethermind-linux-amd64-*)" && cd .. cd $OSX_RELEASE && OSX_FILE="$(basename nethermind-darwin-amd64-*)" && cd .. cd $WIN_RELEASE && WIN_FILE="$(basename nethermind-windows-amd64-*)" && cd .. cd $LIN_ARM64_RELEASE && LIN_ARM64_FILE="$(basename nethermind-linux-arm64-*)" && cd .. -cd $OSX_ARM64_RELEASE && OSX_ARM64_FILE="$(basename nethermind-linux-arm64-*)" && cd .. +cd $OSX_ARM64_RELEASE && OSX_ARM64_FILE="$(basename nethermind-darwin-arm64-*)" && cd .. echo ======================================================= echo Signing files with gpg