fix(ci): add missing file

This commit is contained in:
Elian Doran
2025-01-18 21:02:27 +02:00
parent 836bbba7fe
commit ddb42bfe88
4 changed files with 41 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jobs:
with:
node-version: 20
- name: Run the build
uses: ./.github/actions/build
uses: ./.github/actions/build-electron
with:
os: ${{ matrix.os.name }}
arch: ${{ matrix.arch }}

View File

@@ -37,7 +37,7 @@ jobs:
- name: Update nightly version
run: npm run ci-update-nightly-version
- name: Run the build
uses: ./.github/actions/build
uses: ./.github/actions/build-electron
with:
os: ${{ matrix.os.name }}
arch: ${{ matrix.arch }}

View File

@@ -35,7 +35,7 @@ jobs:
with:
node-version: 20
- name: Run the build
uses: ./.github/actions/build
uses: ./.github/actions/build-electron
with:
os: ${{ matrix.os.name }}
arch: ${{ matrix.arch }}