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 a80c2b9 commit 3c741a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
echo "# m12864stk-${{ env.libraryVersion }}.zip" >> $GITHUB_STEP_SUMMARY
echo "SHA256: $(sha256sum m12864stk-${{ env.libraryVersion }}.zip)" >> $GITHUB_STEP_SUMMARY
echo "Size: $(ls -l m12864stk.zip | cut -d' ' -f5)" >> $GITHUB_STEP_SUMMARY
echo "Size: $(ls -l m12864stk-${{ env.libraryVersion }}.zip | cut -d' ' -f5)" >> $GITHUB_STEP_SUMMARY
- name: Package board manager
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3c741a3

Please sign in to comment.