|
@@ -275,7 +275,7 @@ jobs:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
with:
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.tag-version }}
|
|
tag_name: ${{ github.event.inputs.tag-version }}
|
|
|
- release_name: Desktop APP ${{ github.event.inputs.tag-version }} (Alpha Testing)
|
|
|
|
|
|
|
+ release_name: Desktop APP ${{ github.event.inputs.tag-version }} (Beta Testing)
|
|
|
draft: ${{ github.event.inputs.is-draft }}
|
|
draft: ${{ github.event.inputs.is-draft }}
|
|
|
prerelease: ${{ github.event.inputs.is-pre-release }}
|
|
prerelease: ${{ github.event.inputs.is-pre-release }}
|
|
|
|
|
|