Skip to content

Commit 18d2a2c

Browse files
committed
Fix the place where bundle files are sought
1 parent a044170 commit 18d2a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Unit Test
5858
run: python -m jepler_udecimal.test
5959
- name: Build assets
60-
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
60+
run: circuitpython-build-bundles --package_folder_prefix jepler --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
6161
- name: Build docs
6262
working-directory: docs
6363
run: sphinx-build -E -W -b html . _build/html

0 commit comments

Comments
 (0)