File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,15 @@ jobs:
149149 steps :
150150 - uses : actions/download-artifact@v4
151151 with :
152- name : dist
152+ # name: dist
153+ pattern : dist*
153154 path : dist
154155 merge-multiple : true
155156
156- # - name: Github Release
157+ - name : Github Release
157158 # # We pin to the SHA, not the tag, for security reasons.
158159 # # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
159- # uses: softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb # v0.1.12
160+ uses : softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb # v0.1.12
160161 # with:
161162 # files: dist/*
162163 # body: See [Changelog](CHANGELOG.rst) for more details
You can’t perform that action at this time.
0 commit comments