Skip to content

Commit

Permalink
fix publish downloads script
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote committed Nov 24, 2021
1 parent 2d3a81d commit d6c34e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/deployment/publish-downloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6c34e5

Please sign in to comment.