pull/212/head
openbuilds-engineer 2021-02-26 18:37:41 +02:00
rodzic ec329e3618
commit e300af6ec5
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
#os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, windows-latest]
os: [macos-latest]
steps:
- name: Check out Git repository
@ -19,7 +19,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
- name: Electron Builder Action
uses: samuelmeuli/action-electron-builder@v1.6.0
with:
@ -29,4 +28,5 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
#release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}