From ba3ff267ae73eb3f8adfbd006bf6af8dd4c68c45 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Tue, 22 Apr 2025 12:52:41 +0200 Subject: [PATCH] Try switching to (hopefully maintained) fork of action-electron-builder #build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b149d78..6e6ade1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - name: Build/release Electron app #continue-on-error: true - uses: samuelmeuli/action-electron-builder@v1 + uses: johannesjo/action-electron-builder@v1 with: # Specify electron-builder config file args: -c electron-builder.json5