Bump install-luau
This commit is contained in:
parent
861bd49f0e
commit
94be4c13a6
2 changed files with 1 additions and 4 deletions
|
@ -21,7 +21,7 @@ jobs:
|
||||||
token: ${{ secrets.githubtoken }}
|
token: ${{ secrets.githubtoken }}
|
||||||
|
|
||||||
- name: Install Luau
|
- name: Install Luau
|
||||||
uses: https://github.com/EncodedVenom/install-luau@v4
|
uses: https://github.com/EncodedVenom/install-luau@v4.3
|
||||||
with:
|
with:
|
||||||
version: "latest"
|
version: "latest"
|
||||||
verbose: "true"
|
verbose: "true"
|
||||||
|
|
|
@ -72,9 +72,6 @@ elseif parsed.command == "release" then
|
||||||
end
|
end
|
||||||
elseif parsed.command == "test" then
|
elseif parsed.command == "test" then
|
||||||
local fpath = process.cwd
|
local fpath = process.cwd
|
||||||
print(process.cwd)
|
|
||||||
print(fpath)
|
|
||||||
print(values["in"])
|
|
||||||
if values["in"] ~= process.cwd then
|
if values["in"] ~= process.cwd then
|
||||||
fpath ..= values["in"]
|
fpath ..= values["in"]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue