We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc4bfe commit 0fe0097Copy full SHA for 0fe0097
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
source actions-ci/install.sh
42
- name: Build assets
43
- run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
+ run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --package_folder_prefix gamblor21 --library_location .
44
- name: Upload Release Assets
45
# the 'official' actions version does not yet support dynamically
46
# supplying asset names to upload. @csexton's version chosen based on
0 commit comments