Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly authored Feb 16, 2024
1 parent f8368ea commit dc8dc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Upload distributions
uses: actions/upload-artifact@v4
with:
name: tealer-dists
name: fuzz-utils-dists
path: dist/

publish:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: fetch dists
uses: actions/download-artifact@v4
with:
name: tealer-dists
name: fuzz-utils-dists
path: dist/

- name: publish
Expand Down

0 comments on commit dc8dc48

Please sign in to comment.