From 32e8e36d480cf19951f1c7f5531b48902ecde82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxemilian=20Gr=C3=B6nblom?= Date: Thu, 19 Oct 2023 23:47:22 +0300 Subject: [PATCH] feat: upload the benchmark osrl files --- .github/workflows/benchmarker.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/benchmarker.yml b/.github/workflows/benchmarker.yml index 97dc63f6..af99b57a 100644 --- a/.github/workflows/benchmarker.yml +++ b/.github/workflows/benchmarker.yml @@ -62,3 +62,9 @@ jobs: INPUT_SHOT_EXECUTABLE: ${{ inputs.shot_executable }} working-directory: ${{ github.workspace }}/shot-benchmarker run: python main.py + + - name: Upload benchmarks + uses: actions/upload-artifact@v3 + with: + name: benchmarks-${{ github.sha }} + path: ${{ github.workspace }}/shot-benchmarker/benchmarks