diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index b019b54..23667a9 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -68,22 +68,16 @@ jobs: mv -f nomads/units/* temp/units mv fa/lua/version.lua temp/lua/version.lua - - name: Debugging - shell: bash - run: | - ls -asR temp - ls -asR app - - name: Run the script shell: pwsh working-directory: tools # script expects this directory run: | lua -v - pwsh ./index.ps1 -target ./app -inputUnits "./temp/units" -inputLua "./temp/Lua" + pwsh ./index.ps1 -target ..\app -inputUnits "../temp/units" -inputLua "../temp/Lua" - name: Add the generated file as an artifact uses: actions/upload-artifact@v4 with: name: changelog path: | - ./app/data/index.json + app/data/index.json