mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
refactor(ci): deduplicate dmg init
This commit is contained in:
parent
7514e2348c
commit
688b5317c1
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -37,9 +37,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- name: Set up Python for appdmg to be installed
|
- name: Run the build
|
||||||
if: ${{ matrix.os.name == 'macos' }}
|
uses: ./.github/actions/build
|
||||||
run: brew install python-setuptools
|
with:
|
||||||
|
os: ${{ matrix.os.name }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Update build info
|
- name: Update build info
|
||||||
|
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
@ -34,9 +34,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- name: Set up Python for appdmg to be installed
|
- name: Run the build
|
||||||
if: ${{ matrix.os.name == 'macos' }}
|
uses: ./.github/actions/build
|
||||||
run: brew install python-setuptools
|
with:
|
||||||
|
os: ${{ matrix.os.name }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Update build info
|
- name: Update build info
|
||||||
|
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -34,9 +34,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- name: Set up Python for appdmg to be installed
|
- name: Run the build
|
||||||
if: ${{ matrix.os.name == 'macos' }}
|
uses: ./.github/actions/build
|
||||||
run: brew install python-setuptools
|
with:
|
||||||
|
os: ${{ matrix.os.name }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Update build info
|
- name: Update build info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user