Skip to content

Commit 0fe0097

Browse files
committed
Added folder prefix
1 parent ffc4bfe commit 0fe0097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
source actions-ci/install.sh
4242
- name: Build assets
43-
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
43+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --package_folder_prefix gamblor21 --library_location .
4444
- name: Upload Release Assets
4545
# the 'official' actions version does not yet support dynamically
4646
# supplying asset names to upload. @csexton's version chosen based on

0 commit comments

Comments
 (0)