Skip to content

Design i was going for should of been under Actions #9

Design i was going for should of been under Actions

Design i was going for should of been under Actions #9

Workflow file for this run

name: Build Windows Debug
on:
push:
branches:
#For Testig
- "prod-kendal-ghaction-split"
jobs:
Build Windows Debug:
runs-on: windows-latest
secrets: inherit
steps:
- name: Github checkout
uses: actions/checkout@v4
- name: Declare some variables
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
shell: bash
- name: Cert Setup
uses: ./.github/actions/build/windows/cert_setup.yml
- name: Build
uses: ./.github/actions/build/windows/build_app.yml

Check failure on line 23 in .github/workflows/debug_windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/debug_windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
with:
sign-and-publish: false
- name: Upload Build
uses: actions/upload-artifact@v4
with:
name: comfyui-electron-debug-build-${{env.sha_short}}
path: out/ComfyUI-win32-x64