Skip to content

Commit

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

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

0 comments on commit e19ea92

Please sign in to comment.