Skip to content

Commit cb863f3

Browse files
committed
Use new BFF action-electron-builder branch for all actions
1 parent 180ccc2 commit cb863f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
node-version: 24
104104

105105
- name: Build Electron app
106-
uses: AllenCellSoftware/action-electron-builder@fms-file-explorer
106+
uses: AllenCell/action-electron-builder@biofile-finder
107107
with:
108108
# GitHub token, automatically provided to the action
109109
# (No need to define this secret in the repo settings)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 24
2626

2727
- name: Build/release Electron app
28-
uses: AllenCellSoftware/action-electron-builder@fms-file-explorer
28+
uses: AllenCell/action-electron-builder@biofile-finder
2929
env:
3030
AMPLITUDE_API_KEY: ${{ secrets.AMPLITUDE_API_KEY }}
3131
with:

0 commit comments

Comments
 (0)