Skip to content

Commit

Permalink
Update packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
csutorasa committed Jan 11, 2025
1 parent 0492ac6 commit 78d8712
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,18 @@ jobs:
name: m12864stk-button-library-${{ env.libraryVersion }}
path: libraries/button/

- name: Package button
- name: Package board manager
uses: actions/upload-artifact@v4
id: package-board-manager
with:
name: m12864stk-button-library-${{ env.libraryVersion }}
name: m12864stk-${{ env.libraryVersion }}
path: |
libraries/
boards.txt
LICENSE
platform.txt
programmers.txt
README.md
- name: Print SHA256
run: "echo 'SHA256: ${{ steps.package-board-manager.outputs.artifact-digest }}' >> $GITHUB_STEP_SUMMARY"

0 comments on commit 78d8712

Please sign in to comment.