Skip to content

Commit d63712a

Browse files
committed
Feedback.
1 parent 8d777bd commit d63712a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ runs:
3232
run: |
3333
TOIT_VERSION=${{ inputs.toit-version }}
3434
35-
ARTIFACT_NAMING_THRESHOLD_VERSION=v2.0.0-alpha.163
35+
ASSETS_NAMING_THRESHOLD_VERSION=v2.0.0-alpha.164
3636
3737
# Use sort -V to compare versions.
3838
if [[ "$TOIT_VERSION" == "latest" ]] || \
39-
[[ "$(echo -e "$ARTIFACT_NAMING_THRESHOLD_VERSION\n$TOIT_VERSION" | sort -V | tail -n 1)" == "$TOIT_VERSION" ]]; then
39+
[[ "$(echo -e "$ASSETS_NAMING_THRESHOLD_VERSION\n$TOIT_VERSION" | sort -V | tail -n 1)" == "$TOIT_VERSION" ]]; then
4040
if [[ "$RUNNER_OS" = "Linux" ]]; then
4141
case "$(uname -m)" in
4242
x86_64) TOIT_FILE=toit-linux-x64.tar.gz ;;

0 commit comments

Comments
 (0)