Skip to content

Commit

Permalink
Define target net
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 29, 2024
1 parent 7a49e53 commit 5d2ae90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
run: |
# Extract version number
VERSION=$(awk '/"version":/ { print substr($2, 2, length($2)-3); exit }' app/package.json)
TARGET_NET=${{env.TARGET_NET}}
if [ $TARGET_NET = "mainnet" ]; then
FILENAME_EXE="concordium-desktop-wallet-${VERSION}.exe"
Expand Down

0 comments on commit 5d2ae90

Please sign in to comment.