Skip to content

Commit c659504

Browse files
committed
Fix github action to build the package
1 parent 9ac0dd1 commit c659504

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
steps:
1313
- name: Run Build CI workflow
1414
uses: adafruit/workflows-circuitpython-libs/build@main
15+
with:
16+
package-prefix: "buildhat"

.github/workflows/release_gh.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ jobs:
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
upload-url: ${{ github.event.release.upload_url }}
20-
# TODO: If you're creating a package (library is a folder), add this
21-
# argument along with the prefix (or full name) of the package folder
22-
# so the MPY bundles are built correctly:s
23-
# package-prefix: raspberrypi_buildhat
20+
package-prefix: buildhat

0 commit comments

Comments
 (0)