We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492f5e2 commit dedac34Copy full SHA for dedac34
entrypoint.sh
@@ -26,8 +26,8 @@ if [[ -z "$INPUT_BIN_PATH" ]]; then
26
chmod +x $TEMP_DIR/json2file
27
else
28
curl -sL https://github.com/tj-actions/json2file/releases/download/"$LATEST_VERSION"/json2file_"$LATEST_VERSION"_"$TARGET"."$ARCHIVE" -o "$TEMP_DIR"/json2file.tar.gz
29
- tar -xzf $TEMP_DIR/json2file.tar.gz -C $TEMP_DIR
30
- chmod +x $TEMP_DIR/json2file
+ tar -xzf "$TEMP_DIR"/json2file.tar.gz -C "$TEMP_DIR"
+ chmod +x "$TEMP_DIR"/json2file
31
fi
32
33
INPUT_BIN_PATH=$TEMP_DIR/json2file
0 commit comments