Skip to content

This had git junk in it #2

This had git junk in it

This had git junk in it #2

Workflow file for this run

name: Build Windows Debug
on:
push:
branches:
#For Testig
- "prod-kendal-ghaction-split"
jobs:
Build Debug:
runs-on: windows-latest
steps:
- name: Declare some variables
shell: bash

Check failure on line 14 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 14
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
- name: Build No Release
uses: Comfy-Org/electron/.github/workflows/build/windows.yml
with:
sign-and-publish: false
secrets: inherit
- name: Upload Build
uses: actions/upload-artifact@v4
with:
name: comfyui-electron-debug-build-${{env.sha_short}}
path: out/ComfyUI-win32-x64