no message
This commit is contained in:
parent
ae52803aec
commit
675f00b8a0
45
.github/workflows/electron.yml
vendored
45
.github/workflows/electron.yml
vendored
@ -6,29 +6,13 @@ on:
|
|||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
runs-on: ${{ matrix.os }}
|
if: startsWith(github.event.ref, 'refs/tags/v')
|
||||||
environment: build
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [macos-11]
|
|
||||||
platform: [
|
|
||||||
build-mac,
|
|
||||||
build-mac-arm,
|
|
||||||
build-win
|
|
||||||
]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Use Node.js 14.x
|
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: 14.x
|
|
||||||
|
|
||||||
- name: Changelog
|
- name: Changelog
|
||||||
uses: scottbrenner/generate-changelog-action@master
|
uses: scottbrenner/generate-changelog-action@master
|
||||||
id: Changelog
|
id: Changelog
|
||||||
@ -48,6 +32,29 @@ jobs:
|
|||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
build:
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
environment: build
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [macos-11]
|
||||||
|
platform: [
|
||||||
|
build-mac,
|
||||||
|
build-mac-arm,
|
||||||
|
build-win
|
||||||
|
]
|
||||||
|
|
||||||
|
if: startsWith(github.event.ref, 'refs/tags/v')
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Use Node.js 14.x
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 14.x
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_PAT }}
|
GH_TOKEN: ${{ secrets.GH_PAT }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user