mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
save in artifiact
This commit is contained in:
parent
1a0a23e31a
commit
4ab42f1d5c
1 changed files with 7 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -32,3 +32,9 @@ jobs:
|
||||||
echo "Success message not found. Check server-output.log for details."
|
echo "Success message not found. Check server-output.log for details."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
- name: Upload ballistica output as artifact
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: server-output
|
||||||
|
path: ./server-output.log
|
||||||
Loading…
Add table
Add a link
Reference in a new issue