use gitea compatible artifact upload
Some checks failed
ci / ci ([self-hosted linux]) (push) Has been cancelled
ci / ci ([self-hosted macos]) (push) Has been cancelled

This commit is contained in:
2025-12-22 22:07:04 -05:00
parent 6ed54dfdc7
commit 16b08e2547
4 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ jobs:
cp target/x86_64-unknown-linux-gnu/debug/hedz_reloaded target/x86_64-unknown-linux-gnu/debug/hedz_reloaded_server ./
tar -czf steamos-debug.tar.gz hedz_reloaded hedz_reloaded_server
- uses: actions/upload-artifact@v4
- uses: christopherhx/gitea-upload-artifact@v4
with:
name: steamos-debug.tar.gz
path: ./steamos-debug.tar.gz