File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ jobs:
4545 source actions-ci/install.sh
4646 - name : Build assets
4747 run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
48- - name : Upload Release Assets
48+ # - name: Upload Release Assets
4949 # the 'official' actions version does not yet support dynamically
5050 # supplying asset names to upload. @csexton's version chosen based on
5151 # discussion in the issue below, as its the simplest to implement and
5252 # allows for selecting files with a pattern.
5353 # https://github.com/actions/upload-release-asset/issues/4
545455- uses : csexton/release-asset-action@master
56- with :
57- pattern : " bundles/*"
58- github-token : ${{ secrets.RELEASE_TOKEN }}
55+ # uses: csexton/release-asset-action@master
56+ # with:
57+ # pattern: "bundles/*"
58+ # github-token: ${{ secrets.RELEASE_TOKEN }}
5959
6060 upload-pypi :
6161 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments