Skip to content

Commit

Permalink
Build windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 28, 2024
1 parent f7dc69b commit b2d34d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/debug_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build App Windows Debug
on:
workflow_dispatch:
workflow_call:
push:
branches:
- rh-windows # just for testing

jobs:
build-windows-debug:
Expand All @@ -24,4 +27,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: comfyui-electron-win32-debug-build-${{env.sha_short}}
path: out/make/zip/win32/x64/*.zip
path: out/make/zip/win32/x64/*.zip

0 comments on commit b2d34d2

Please sign in to comment.