We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac0dd1 commit c659504Copy full SHA for c659504
.github/workflows/build.yml
@@ -12,3 +12,5 @@ jobs:
12
steps:
13
- name: Run Build CI workflow
14
uses: adafruit/workflows-circuitpython-libs/build@main
15
+ with:
16
+ package-prefix: "buildhat"
.github/workflows/release_gh.yml
@@ -17,7 +17,4 @@ jobs:
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
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
+ package-prefix: buildhat
0 commit comments