wip
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
||||
ls -la $FULL_PATH
|
||||
|
||||
echo "Updating .luarc.json with full path"
|
||||
jq --arg full_path "$FULL_PATH" '.Lua.workspace.library[0] = $full_path' ./.luarc.json > ./.luarc.tmp.json
|
||||
jq --arg full_path "$FULL_PATH" '.workspace.library[0] = $full_path' ./.luarc.json > ./.luarc.tmp.json
|
||||
mv ./.luarc.tmp.json ./.luarc.json
|
||||
|
||||
- name: Show Config
|
||||
|
||||
Reference in New Issue
Block a user