From 68133b3292fe753de6dfa76b8fc2aa79e31cfce1 Mon Sep 17 00:00:00 2001 From: agracio Date: Sun, 27 Oct 2024 19:05:34 +0000 Subject: [PATCH] updating workflows --- .github/workflows/build-all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 3188a9c..05295bf 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -60,21 +60,21 @@ jobs: timeout-minutes: 30 uses: ./.github/actions/build with: - electron: ${{ inputs.build-version }} + electron: ${{ matrix.electron }} arch: 'ia32' - name: Build x64 timeout-minutes: 30 uses: ./.github/actions/build with: - electron: ${{ inputs.build-version }} + electron: ${{ matrix.electron }} arch: 'x64' - name: Build arm64 timeout-minutes: 30 uses: ./.github/actions/build with: - electron: ${{ inputs.build-version }} + electron: ${{ matrix.electron }} arch: 'arm64' - name: Upload artifacts