Skip to content

Commit

Permalink
fix: fix shasum file artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 30, 2021
1 parent 56a191a commit f9d656d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "release/*.zip,release/*.sha256.txt"
artifacts: "release/*.zip,release/*.sha256"
body: |
${{ steps.release_log.outputs.changelog }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f9d656d

Please sign in to comment.