Skip to content

Commit aa362ef

Browse files
committed
Fix artifacts' path
1 parent 8bea9ee commit aa362ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
uses: softprops/action-gh-release@v1
3131
with:
3232
files: |
33-
*.tar.gz
34-
checksums.txt
35-
*.zip
33+
dist/*.tar.gz
34+
dist/checksums.txt
35+
dist/*.zip
3636
draft: false
3737
prerelease: false
3838
tag_name: ${{ github.ref_name }}

0 commit comments

Comments
 (0)