From ef1c2885d91304396b1a5fcaa6786bca4b8edb22 Mon Sep 17 00:00:00 2001 From: Thurston Yates Date: Mon, 29 Jul 2024 16:01:44 -0500 Subject: [PATCH] Add upload artifact --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dc889a..ed75471 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,3 +19,9 @@ jobs: with: lib_folder_name: robodash no_commit_hash: true + + - name: Upload Artifact + uses: actions/upload-artifact@v4 + with: + name: ${{ steps.build.outputs.name }} + path: ${{ github.workspace }}/template/*