save in artifiact

This commit is contained in:
Ayush Saini 2023-08-13 18:22:31 +05:30
parent 1a0a23e31a
commit 4ab42f1d5c

View file

@ -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