updated to use the forked custom action

This commit is contained in:
Abhinav 2023-01-12 15:54:31 +05:30
parent 5a48684377
commit 3e5d6dd85f

View file

@ -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 }}