|
|
@ -105,6 +105,7 @@ jobs: |
|
|
|
env: |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
with: |
|
|
|
with: |
|
|
|
|
|
|
|
draft: true |
|
|
|
tag_name: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
tag_name: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
files: | |
|
|
|
files: | |
|
|
|
./scripts/pkg-executable/dist/Noco-win-arm64.exe |
|
|
|
./scripts/pkg-executable/dist/Noco-win-arm64.exe |
|
|
@ -172,6 +173,7 @@ jobs: |
|
|
|
env: |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
with: |
|
|
|
with: |
|
|
|
|
|
|
|
draft: true |
|
|
|
tag_name: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
tag_name: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
files: | |
|
|
|
files: | |
|
|
|
./scripts/pkg-executable/mac-dist/Noco-macos-x64 |
|
|
|
./scripts/pkg-executable/mac-dist/Noco-macos-x64 |
|
|
|