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