From e600d0b491cbcb53e98db333373185b8d9e761d2 Mon Sep 17 00:00:00 2001 From: RukayatSalami <135322914+RukayatSalami@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:06:35 +0100 Subject: [PATCH] Update electron-build.yml --- .github/workflows/electron-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 535d9049e7..6ec92f43bf 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -53,11 +53,12 @@ jobs: - name: Build/release Electron app if: startsWith(matrix.os, 'desktop-build') uses: samuelmeuli/action-electron-builder@v1 + with: + build_script_name: build:windows env: # windows cert credentials windows_certs: ${{ secrets.windows_certs }} windows_certs_password: ${{ secrets.windows_certs_password }} - build_script_name: build:windows # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) github_token: ${{ secrets.github_token }}