From 349671dd297a0350eb01e17de19a8a43441a01e3 Mon Sep 17 00:00:00 2001 From: Garry Lachman Date: Fri, 14 Apr 2023 01:43:20 +0300 Subject: [PATCH] fix: ci --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8d7b9f8..ef9fd05b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,10 +48,9 @@ jobs: run: yarn run build - name: Build/release Electron app - uses: kl13nt/action-electron-forge@master + uses: samuelmeuli/action-electron-builder@v1 env: REFORGED_APPIMAGEKIT_CUSTOM_FILENAME: ElectroCRUD-linux - with: # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings)