We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bafa31 commit d9fcc20Copy full SHA for d9fcc20
entrypoint.sh
@@ -3,7 +3,7 @@ set -euo pipefail
3
4
if [[ -z "$INPUT_BIN_PATH" ]]; then
5
echo "Downloading json2file binary..."
6
- LATEST_VERSION=v1.0.10
+ LATEST_VERSION=v1.0.9
7
8
# Download the latest version
9
WINDOWS_TARGET=x86_64-pc-windows-gnu
0 commit comments