Skip to content

Commit

Permalink
Add better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Apr 30, 2024
1 parent ad2a337 commit d23c441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Run the power shell script
run: |
#!/bin/bash
mkdir temp
mkdir temp/units
mkdir temp/lua
Expand All @@ -52,7 +53,7 @@ jobs:
mv -f nomads/units/* temp/units
mv fa/lua/version.lua temp/lua/version.lua
ls -al temp
ls
pwsh /tools/index.ps1 -inputUnits "temp/units" -inputLua "temp/Lua"

0 comments on commit d23c441

Please sign in to comment.