This commit is contained in:
@@ -34,13 +34,13 @@ jobs:
|
|||||||
relative_project_path: ./
|
relative_project_path: ./
|
||||||
archive_output: true
|
archive_output: true
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: ncipollo/release-action@v1.21.0
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
generateReleaseNotes: true
|
# generateReleaseNotes: true
|
||||||
tag: ${{ github.ref_name }}
|
# tag: ${{ github.ref_name }}
|
||||||
artifacts: ${{ steps.export.outputs.archive_directory }}/*
|
files: ${{ steps.export.outputs.archive_directory }}/*
|
||||||
# commit: ${{ gitea.sha }}
|
# commit: ${{ gitea.sha }}
|
||||||
allowUpdates: true
|
# allowUpdates: true
|
||||||
name: Latest Nightly Build
|
name: Latest Nightly Build
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|||||||
Reference in New Issue
Block a user