Skip to content

Commit d6c34e5

Browse files
committed
fix publish downloads script
1 parent 2d3a81d commit d6c34e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-nethermind.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
OSX_RELEASE: nethermind-osx-x64
166166
WIN_RELEASE: nethermind-win-x64
167167
LIN_ARM64_RELEASE: nethermind-lin-arm64
168-
OSX_ARM64_RELEASE: nethermind-darwin-arm64
168+
OSX_ARM64_RELEASE: nethermind-osx-arm64
169169
steps:
170170
- name: Checking out Nethermind repository
171171
uses: actions/checkout@master

scripts/deployment/publish-downloads.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd $LIN_RELEASE && LIN_FILE="$(basename nethermind-linux-amd64-*)" && cd ..
1212
cd $OSX_RELEASE && OSX_FILE="$(basename nethermind-darwin-amd64-*)" && cd ..
1313
cd $WIN_RELEASE && WIN_FILE="$(basename nethermind-windows-amd64-*)" && cd ..
1414
cd $LIN_ARM64_RELEASE && LIN_ARM64_FILE="$(basename nethermind-linux-arm64-*)" && cd ..
15-
cd $OSX_ARM64_RELEASE && OSX_ARM64_FILE="$(basename nethermind-linux-arm64-*)" && cd ..
15+
cd $OSX_ARM64_RELEASE && OSX_ARM64_FILE="$(basename nethermind-darwin-arm64-*)" && cd ..
1616

1717
echo =======================================================
1818
echo Signing files with gpg

0 commit comments

Comments
 (0)