From 11bb0b2c6c4640679178446aff18ae10d2346e50 Mon Sep 17 00:00:00 2001 From: shuse2 Date: Sun, 19 May 2024 02:36:10 +0200 Subject: [PATCH] try another --- .github/workflows/electron-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 9a86a93e11..679da23580 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -76,7 +76,7 @@ jobs: - name: Build and pack mac app if: startsWith(matrix.os, 'macos') - uses: ente-io/action-electron-builder@v1.0.0 + uses: CryogenicPlanet/action-electron-builder@v2 with: build_script_name: pack mac_certs: ${{ secrets.mac_certs }}