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 f1d7a86 commit aa93cd5
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,24 @@ jobs:
with:
name: m12864stk-uart-library-${{ env.libraryVersion }}
path: libraries/UART/


- name: Create board manager structure
run: |
mkdir -p ${{ env.libraryVersion }}
cp -r cores ${{ env.libraryVersion }}/
cp -r libraries ${{ env.libraryVersion }}/
cp boards.txt ${{ env.libraryVersion }}/
cp LICENSE ${{ env.libraryVersion }}/
cp platform.txt ${{ env.libraryVersion }}/
cp programmers.txt ${{ env.libraryVersion }}/
cp README.md ${{ env.libraryVersion }}/
- name: Package board manager
uses: actions/upload-artifact@v4
id: package-board-manager
with:
name: m12864stk-${{ env.libraryVersion }}
path: |
cores/
libraries/
boards.txt
LICENSE
platform.txt
programmers.txt
README.md
path: ${{ env.libraryVersion }}/

- name: Print SHA256
run: "echo 'SHA256: ${{ steps.package-board-manager.outputs.artifact-digest }}' >> $GITHUB_STEP_SUMMARY"

0 comments on commit aa93cd5

Please sign in to comment.