mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
build beta also for mac #98
This commit is contained in:
parent
d832057076
commit
f7a2931253
6
.github/workflows/build-app-beta.yaml
vendored
6
.github/workflows/build-app-beta.yaml
vendored
@ -2,7 +2,7 @@ name: Electron app
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+'
|
- 'v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -11,8 +11,8 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, windows-2016]
|
# os: [ubuntu-18.04, windows-2016]
|
||||||
# os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Context
|
- name: Context
|
||||||
|
Loading…
Reference in New Issue
Block a user