From 0b6934bc8a736de5cf73edde2979540eb45ea5a7 Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 28 Oct 2024 14:54:32 +0000 Subject: [PATCH] updating workflows --- .github/workflows/build-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index d092fe3..b8142ca 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -28,6 +28,7 @@ jobs: uses: actions/checkout@v4 - name: Resolve Electron versions from major + shell: bash id: electron-test-versions run: echo "matrix={\"include\":[{\"electron\":\"29.4.6\", \"os\":\"windows-2022\"},{\"electron\":\"30.5.1\", \"os\":\"windows-2022\"},{\"electron\":\"31.7.2\", \"os\":\"windows-2022\"},{\"electron\":\"32.2.2\", \"os\":\"windows-2022\"},{\"electron\":\"33.0.2\", \"os\":\"windows-2022\"}]}" >> $GITHUB_OUTPUT