From 3e5d6dd85f3431593f0eadf4b5e12642929f0321 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 12 Jan 2023 15:54:31 +0530 Subject: [PATCH] updated to use the forked custom action --- .github/workflows/build-old.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-old.yml b/.github/workflows/build-old.yml index 67f944548..35019a2f9 100644 --- a/.github/workflows/build-old.yml +++ b/.github/workflows/build-old.yml @@ -35,10 +35,9 @@ jobs: if: startsWith(matrix.os, 'ubuntu') run: sudo apt-get install libarchive-tools - - name: Electron Builder Action - uses: samuelmeuli/action-electron-builder@v1.6.0 + - name: Ente Electron Builder Action + uses: ente-io/action-electron-builder@v1.0.0 with: - node-version: 16 # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) github_token: ${{ secrets.github_token }}