mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
ci: testing build
This commit is contained in:
4
.github/workflows/build-renderer.yml
vendored
4
.github/workflows/build-renderer.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: Build Renderer
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
run: yarn --frozen-lockfile --ignore-scripts
|
||||
|
||||
- name: Build Renderer
|
||||
run: electron-vite build
|
||||
run: yarn build
|
||||
env:
|
||||
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user