From 230f0795e5d1e99481680b284716b48276b733cf Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Tue, 30 Apr 2024 15:13:14 +0200 Subject: [PATCH] Execute the script in a different approach --- .github/workflows/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index b6cc674..7c5376e 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -58,5 +58,5 @@ jobs: - name: Run the script shell: pwsh working-directory: tools - run: pswh index.ps1 -inputUnits "../temp/units" -inputLua "../temp/Lua" + run: ./index.ps1 -inputUnits "../temp/units" -inputLua "../temp/Lua"