Skip to content

Commit

Permalink
Fix broken CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Aug 17, 2022
1 parent cf188a1 commit ed95916
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
- name: Archive bundles
uses: actions/upfor file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
sed -i -e "s/0.0.0-auto.0/0.0.0+auto.0/" $file;
done;load-artifact@v2
uses: actions/upload-artifact@v2
with:
name: bundles
path: ${{ github.workspace }}/bundles/
Expand Down

0 comments on commit ed95916

Please sign in to comment.