Skip to content

Commit

Permalink
Add upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
unwieldycat committed Jul 29, 2024
1 parent 8671b3c commit ef1c288
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 ef1c288

Please sign in to comment.