We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf188a1 commit ed95916Copy full SHA for ed95916
.github/workflows/build.yml
@@ -55,9 +55,7 @@ jobs:
55
- name: Build assets
56
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
57
- 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
+ uses: actions/upload-artifact@v2
61
with:
62
name: bundles
63
path: ${{ github.workspace }}/bundles/
0 commit comments