We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69348f3 commit 270fedfCopy full SHA for 270fedf
1 file changed
.github/workflows/code.yml
@@ -149,14 +149,15 @@ jobs:
149
steps:
150
- uses: actions/download-artifact@v4
151
with:
152
- name: dist
+ # name: dist
153
+ pattern: dist*
154
path: dist
155
merge-multiple: true
156
- # - name: Github Release
157
+ - name: Github Release
158
# # We pin to the SHA, not the tag, for security reasons.
159
# # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
- # uses: softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb # v0.1.12
160
+ uses: softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb # v0.1.12
161
# with:
162
# files: dist/*
163
# body: See [Changelog](CHANGELOG.rst) for more details
0 commit comments