From d1e72c0ef620f1477e6ee7e943a2dfc5d05c618f Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 3 Jan 2025 15:01:49 +0100 Subject: [PATCH] Like so. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 83db16f..8618fc8 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: repo: 'MLton/mlton' version: ${{ ((inputs.version == 'latest') && 'latest') || format('tags/on-{0}-release', inputs.version) }} regex: true - file: "mlton-.*-1.amd64-linux*glibc2.31.tgz" + file: "mlton-.*-1.amd64-linux.*glibc2.31.tgz" target: 'mlton-install-dir/' - id: install shell: bash