diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 858983eea..039b56730 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,15 +35,12 @@ jobs: - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1 with: - # GitHub token, automatically provided to the action - # (No need to define this secret in the repo settings) github_token: ${{ secrets.GITHUB_TOKEN }} - - # If the commit is tagged with a version (e.g. "v1.0.0"), - # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }} + build_script_name: prebuild + - name: Archive production artifacts uses: actions/upload-artifact@v3 with: - name: app + name: App path: out