Skip to content

Commit

Permalink
We do need relative paths :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Apr 30, 2024
1 parent a14f8cd commit 21fbb91
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 21fbb91

Please sign in to comment.