Skip to content

Commit

Permalink
Like so.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jan 3, 2025
1 parent d8c6dff commit d1e72c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1e72c0

Please sign in to comment.