mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
win installer
This commit is contained in:
2
.github/workflows/build-app.yaml
vendored
2
.github/workflows/build-app.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04]
|
||||
os: [ubuntu-18.04, windows-2016]
|
||||
# os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
||||
|
||||
steps:
|
||||
|
||||
10
.github/workflows/build-docker.yaml
vendored
10
.github/workflows/build-docker.yaml
vendored
@@ -1,11 +1,11 @@
|
||||
name: Docker image
|
||||
|
||||
on: [push]
|
||||
# on: [push]
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - production
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- production
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
]
|
||||
},
|
||||
"win": {
|
||||
"target": "squirrel"
|
||||
"target": "nsis"
|
||||
},
|
||||
"files": [
|
||||
"packages",
|
||||
|
||||
Reference in New Issue
Block a user