Skip to content

Commit

Permalink
Try again...
Browse files Browse the repository at this point in the history
  • Loading branch information
pavpanchekha committed Feb 2, 2024
1 parent 06c3d92 commit 4fb7f3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Download pre-built artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
pattern: egg-herbie-*
merge-multiple: true

Expand All @@ -73,4 +74,5 @@ jobs:
commit: ${{ github.commit }}
draft: true
prerelease: false
artifacts: "egg-herbie-*"
artifactErrorsFailBuild: true
artifacts: "artifacts/*"

0 comments on commit 4fb7f3e

Please sign in to comment.