Skip to content

Commit

Permalink
Merge pull request #35 from TAServers/LEST-15-markups-4
Browse files Browse the repository at this point in the history
LEST-15 - Create directory when curling
  • Loading branch information
Derpius authored Apr 10, 2023
2 parents 881888a + 12e4182 commit 0f4beb5
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 @@ -34,7 +34,7 @@ runs:
with:
luaVersion: ${{ inputs.lua-version }}

- run: curl https://github.com/TAServers/lest/releases/download/${{ inputs.lest-version }}/lest.lua -o .lest/lest.lua
- run: curl https://github.com/TAServers/lest/releases/download/${{ inputs.lest-version }}/lest.lua -o .lest/lest.lua --create-dirs
shell: bash

- run: lua .lest/lest.lua ${{ inputs.args }}
Expand Down

0 comments on commit 0f4beb5

Please sign in to comment.