mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
setup building for tags
This commit is contained in:
parent
28b9948ede
commit
25346d6d77
1 changed files with 11 additions and 7 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
|
@ -1,7 +1,9 @@
|
|||
name: Build and Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
@ -38,9 +40,10 @@ jobs:
|
|||
with:
|
||||
draft: true
|
||||
allowUpdates: true
|
||||
name: "test release"
|
||||
commit: "master"
|
||||
tag: "master"
|
||||
replacesArtifacts: true
|
||||
omitDraftDuringUpdate: true
|
||||
omitNameDuringUpdate: true
|
||||
name: v${{github.ref_name}}
|
||||
artifacts: "dist/*-win-installer.exe,dist/*-win-portable.exe"
|
||||
|
||||
build_mac:
|
||||
|
|
@ -76,7 +79,8 @@ jobs:
|
|||
with:
|
||||
draft: true
|
||||
allowUpdates: true
|
||||
name: "test release"
|
||||
commit: "master"
|
||||
tag: "master"
|
||||
replacesArtifacts: true
|
||||
omitDraftDuringUpdate: true
|
||||
omitNameDuringUpdate: true
|
||||
name: v${{github.ref_name}}
|
||||
artifacts: "dist/*-mac.dmg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue