Skip to content

Commit ed95916

Browse files
authored
Fix broken CI workflow
1 parent cf188a1 commit ed95916

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ jobs:
5555
- name: Build assets
5656
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
5757
- name: Archive bundles
58-
uses: actions/upfor file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
59-
sed -i -e "s/0.0.0-auto.0/0.0.0+auto.0/" $file;
60-
done;load-artifact@v2
58+
uses: actions/upload-artifact@v2
6159
with:
6260
name: bundles
6361
path: ${{ github.workspace }}/bundles/

0 commit comments

Comments
 (0)