We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d777bd commit d63712aCopy full SHA for d63712a
action.yml
@@ -32,11 +32,11 @@ runs:
32
run: |
33
TOIT_VERSION=${{ inputs.toit-version }}
34
35
- ARTIFACT_NAMING_THRESHOLD_VERSION=v2.0.0-alpha.163
+ ASSETS_NAMING_THRESHOLD_VERSION=v2.0.0-alpha.164
36
37
# Use sort -V to compare versions.
38
if [[ "$TOIT_VERSION" == "latest" ]] || \
39
- [[ "$(echo -e "$ARTIFACT_NAMING_THRESHOLD_VERSION\n$TOIT_VERSION" | sort -V | tail -n 1)" == "$TOIT_VERSION" ]]; then
+ [[ "$(echo -e "$ASSETS_NAMING_THRESHOLD_VERSION\n$TOIT_VERSION" | sort -V | tail -n 1)" == "$TOIT_VERSION" ]]; then
40
if [[ "$RUNNER_OS" = "Linux" ]]; then
41
case "$(uname -m)" in
42
x86_64) TOIT_FILE=toit-linux-x64.tar.gz ;;
0 commit comments