Skip to content

Commit 65037b1

Browse files
committed
skipping step
1 parent b9ef665 commit 65037b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
5454
#uses: actions/[email protected]
55-
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

0 commit comments

Comments
 (0)