Skip to content

Commit 4fb7f3e

Browse files
committed
Try again...
1 parent 06c3d92 commit 4fb7f3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Download pre-built artifacts
6363
uses: actions/download-artifact@v4
6464
with:
65+
path: artifacts
6566
pattern: egg-herbie-*
6667
merge-multiple: true
6768

@@ -73,4 +74,5 @@ jobs:
7374
commit: ${{ github.commit }}
7475
draft: true
7576
prerelease: false
76-
artifacts: "egg-herbie-*"
77+
artifactErrorsFailBuild: true
78+
artifacts: "artifacts/*"

0 commit comments

Comments
 (0)