File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
OSX_RELEASE : nethermind-osx-x64
166
166
WIN_RELEASE : nethermind-win-x64
167
167
LIN_ARM64_RELEASE : nethermind-lin-arm64
168
- OSX_ARM64_RELEASE : nethermind-darwin -arm64
168
+ OSX_ARM64_RELEASE : nethermind-osx -arm64
169
169
steps :
170
170
- name : Checking out Nethermind repository
171
171
uses : actions/checkout@master
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cd $LIN_RELEASE && LIN_FILE="$(basename nethermind-linux-amd64-*)" && cd ..
12
12
cd $OSX_RELEASE && OSX_FILE=" $( basename nethermind-darwin-amd64-* ) " && cd ..
13
13
cd $WIN_RELEASE && WIN_FILE=" $( basename nethermind-windows-amd64-* ) " && cd ..
14
14
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 ..
16
16
17
17
echo =======================================================
18
18
echo Signing files with gpg
You can’t perform that action at this time.
0 commit comments