Skip to content

Commit d9fcc20

Browse files
authored
Update entrypoint.sh
1 parent 1bafa31 commit d9fcc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
if [[ -z "$INPUT_BIN_PATH" ]]; then
55
echo "Downloading json2file binary..."
6-
LATEST_VERSION=v1.0.10
6+
LATEST_VERSION=v1.0.9
77

88
# Download the latest version
99
WINDOWS_TARGET=x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)