Skip to content

Commit

Permalink
ci: create-new-release.yml - fix upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
noritakaIzumi committed Nov 4, 2024
1 parent 152e756 commit d9ef823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: dist
path: dist/*

- name: List dist directory
run: |
Expand Down

0 comments on commit d9ef823

Please sign in to comment.