try using ncipollo/release-action
This commit is contained in:
@@ -82,6 +82,8 @@ jobs:
|
|||||||
${{ env.build }}/${{ matrix.preset }}
|
${{ env.build }}/${{ matrix.preset }}
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
files: ${{ env.build }}/*.zip
|
generateReleaseNotes: true
|
||||||
|
tag: ${{ github.ref_name }}
|
||||||
|
artifacts: ${{ env.build }}/*.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user