Skip to content

Breakups need to be listed as jobs #6

Breakups need to be listed as jobs

Breakups need to be listed as jobs #6

Workflow file for this run

name: Build Windows Debug
on:
push:
branches:
#For Testig
- "prod-kendal-ghaction-split"
jobs:
Set Up:
runs-on: windows-latest
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
Build App:
secrets: inherit
uses: ./.github/workflows/build/windows.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/debug_windows.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
sign-and-publish: false
Upload App:
steps:
- name: Upload Build
uses: actions/upload-artifact@v4
with:
name: comfyui-electron-debug-build-${{env.sha_short}}
path: out/ComfyUI-win32-x64