diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6456234..6516e04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,4 +31,10 @@ jobs: if ! grep -q "Master server access check of udp port 43210 failed." server-output.log; then echo "Success message not found. Check server-output.log for details." exit 1 - fi \ No newline at end of file + fi + - name: Upload ballistica output as artifact + if: always() + uses: actions/upload-artifact@v2 + with: + name: server-output + path: ./server-output.log \ No newline at end of file