Skip to content

Commit

Permalink
Fix artifacts' path
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 4, 2023
1 parent 8bea9ee commit aa362ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
*.tar.gz
checksums.txt
*.zip
dist/*.tar.gz
dist/checksums.txt
dist/*.zip
draft: false
prerelease: false
tag_name: ${{ github.ref_name }}
Expand Down

0 comments on commit aa362ef

Please sign in to comment.