Skip to content

Commit 270fedf

Browse files
TEMP: Try using pattern matching
1 parent 69348f3 commit 270fedf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)