mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
chore(ci): trigger windows only for now
This commit is contained in:
parent
6aee38337e
commit
89efc55d52
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- .github/actions/build-electron/*
|
- .github/actions/build-electron/*
|
||||||
|
push:
|
||||||
env:
|
env:
|
||||||
GITHUB_UPLOAD_URL: https://uploads.github.com/repos/TriliumNext/Notes/releases/179589950/assets{?name,label}
|
GITHUB_UPLOAD_URL: https://uploads.github.com/repos/TriliumNext/Notes/releases/179589950/assets{?name,label}
|
||||||
GITHUB_RELEASE_ID: 179589950
|
GITHUB_RELEASE_ID: 179589950
|
||||||
@ -19,14 +20,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
arch: [x64, arm64]
|
arch: [x64]
|
||||||
os:
|
os:
|
||||||
- name: macos
|
|
||||||
image: macos-latest
|
|
||||||
extension: [dmg, zip]
|
|
||||||
- name: linux
|
|
||||||
image: ubuntu-latest
|
|
||||||
extension: [deb, rpm, zip, flatpak]
|
|
||||||
- name: windows
|
- name: windows
|
||||||
image: windows-latest
|
image: windows-latest
|
||||||
extension: [exe, zip]
|
extension: [exe, zip]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user