From 4ab42f1d5c8b3da657d33d2cf9251775fbe2e425 Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:22:31 +0530 Subject: [PATCH] save in artifiact --- .github/workflows/ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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