From 199934da4815a466caf83cec3bad632e3f34d211 Mon Sep 17 00:00:00 2001 From: Jason Bosco Date: Sun, 18 Jun 2023 00:42:09 -0500 Subject: [PATCH] Renable saving build artifact --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 972780a0..875d7508 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,8 +48,8 @@ jobs: - name: Run tests run: bazel test //:typesense-test -# - name: Save build artifacts -# uses: actions/upload-artifact@v3 -# with: -# name: typesense-server -# path: bazel-bin/typesense-server + - name: Save build artifacts + uses: actions/upload-artifact@v3 + with: + name: typesense-server + path: bazel-bin/typesense-server