Skip to content

Commit

Permalink
chore(ci): improve release.yml (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Black-Hole1 <[email protected]>
  • Loading branch information
BlackHole1 authored Jan 10, 2024
1 parent 21d6de0 commit 2c059b4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,16 @@ jobs:

- name: Configure
run: ./configure

- name: make
run: make dist

- name: sha256sum
run: sha256sum *.tar.gz LICENSE > SHASUMS256.txt

run: make

- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
*.tar.gz
SHASUMS256.txt
generate_release_notes: true
draft: false
prerelease: false
fail_on_unmatched_files: true
fail_on_unmatched_files: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2c059b4

Please sign in to comment.