mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
draft releases
This commit is contained in:
parent
c266526024
commit
40df2e1497
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -35,5 +35,9 @@ jobs:
|
|||
id: create_release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
draft: true
|
||||
allowUpdates: true
|
||||
name: "test release"
|
||||
commit: "master"
|
||||
tag: "master"
|
||||
artifacts: "dist/*-win-installer.exe,dist/*-win-portable.exe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue