Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Feb 12, 2020
1 parent 22e4e02 commit 2231b35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body: '[Changelog](https://github.com/dalance/procs/blob/master/CHANGELOG.md)'
files: |
'*.zip'
'*.rpm'
files: "*.zip\n*.rpm"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2231b35

Please sign in to comment.