Skip to content

Commit

Permalink
Add artifact upload (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
unwieldycat authored Jul 29, 2024
2 parents 2faf03a + ef1c288 commit cb1111b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit cb1111b

Please sign in to comment.