more useful run wrapper

This commit is contained in:
2024-07-11 20:38:07 +02:00
parent 6a9d7a64c2
commit 6beb92bafb
3 changed files with 41 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ jobs:
run: cp -r ./webui-dist-downloaded "run-wrapper-out/app/Webui"
- name: Copy run wrapper
run: cp -r ./run-wrapper/run.sh "run-wrapper-out/app/"
run: cp -r ./run-wrapper/* "run-wrapper-out/app/"
- uses: actions/upload-artifact@v3
with: