simiple updater

This commit is contained in:
2024-07-11 22:05:41 +02:00
parent 97ecb72387
commit feaaf12732
4 changed files with 47 additions and 0 deletions

View File

@@ -204,6 +204,9 @@ jobs:
- name: Copy run wrapper
run: cp -r ./run-wrapper/* "run-wrapper-out/dhfs/app/"
- name: Add version to run wrapper
run: echo $GITHUB_RUN_ID > "run-wrapper-out/dhfs/app/"version
- uses: actions/upload-artifact@v3
with:
name: Run wrapper