Skip to content

Commit

Permalink
Use a better action to create the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Kamina committed Jul 22, 2024
1 parent 433c3b5 commit e71792c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ jobs:
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- name: Release
uses: softprops/action-gh-release@v2
uses: ncipollo/release-action@v1
with:
name: release-${{ steps.date.outputs.date }}
commit: ${{ github.sha }}
tag: release-${{ steps.date.outputs.date }}
body: gvsbuild-${{ steps.date.outputs.date }}
make_latest: true
files: "*.zip"
makeLatest: true
artifacts: "*.zip"

0 comments on commit e71792c

Please sign in to comment.