Skip to content

Commit

Permalink
Fixed bug with download
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 9, 2023
1 parent 3881916 commit 5c34e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ runs:
ARCHIVE=tar.gz
elif [[ $(uname -s) == "Darwin" ]]; then
TARGET=$MACOS_TARGET
ARCHIVE=tar.gz
else
TARGET=$WINDOWS_TARGET
fi
Expand Down

0 comments on commit 5c34e2d

Please sign in to comment.