run-wrapper fixie

This commit is contained in:
2024-07-27 17:53:15 +02:00
parent 6143c9afbd
commit 1ae12402d0
2 changed files with 5 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ jobs:
run: echo $GITHUB_RUN_ID > "run-wrapper-out/dhfs/app/"version
- name: Tar run wrapper
run: tar -cvf ~/run-wrapper.tar.gz ./run-wrapper
run: tar -cvf ~/run-wrapper.tar.gz ./run-wrapper-out
- uses: actions/upload-artifact@v3
with: