From 06245c5f0d42f4a784daf066d20e15c06b124d42 Mon Sep 17 00:00:00 2001 From: Kendal Cormany Date: Tue, 3 Sep 2024 17:10:04 -0700 Subject: [PATCH] Fixed Syntax --- .github/actions/build/macos/comfy/action.yml | 22 ++++++++++---------- .github/workflows/publish_macos.yml | 4 ++-- .github/workflows/publish_windows.yml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/actions/build/macos/comfy/action.yml b/.github/actions/build/macos/comfy/action.yml index 9ce0661a..36f4c76b 100644 --- a/.github/actions/build/macos/comfy/action.yml +++ b/.github/actions/build/macos/comfy/action.yml @@ -3,19 +3,19 @@ description: Download, install, and set up Comfy runs: using: composite steps: - name: Install Python + - name: Install Python uses: actions/setup-python@v4 with: python-version: '3.12' - - name: Make Standalone - shell: sh - run: | - python -m pip install --upgrade pip - pip install comfy-cli - cd assets - comfy --skip-prompt --workspace ./ComfyUI install --fast-deps --m-series --skip-manager - comfy --workspace ./ComfyUI standalone --platform macos - comfy standalone --rehydrate - ls + - name: Make Standalone + shell: sh + run: | + python -m pip install --upgrade pip + pip install comfy-cli + cd assets + comfy --skip-prompt --workspace ./ComfyUI install --fast-deps --m-series --skip-manager + comfy --workspace ./ComfyUI standalone --platform macos + comfy standalone --rehydrate + ls # - name: Sign Wheels # uses: ./.github/actions/build/macos/signwheel \ No newline at end of file diff --git a/.github/workflows/publish_macos.yml b/.github/workflows/publish_macos.yml index c95ed9e9..2afe2b11 100644 --- a/.github/workflows/publish_macos.yml +++ b/.github/workflows/publish_macos.yml @@ -1,5 +1,5 @@ -# .github/workflows/release.yml -name: Release app +# .github/workflows/publish_macos.yml +name: Release MacOS app on: workflow_dispatch: diff --git a/.github/workflows/publish_windows.yml b/.github/workflows/publish_windows.yml index 802e4bd9..abe79be8 100644 --- a/.github/workflows/publish_windows.yml +++ b/.github/workflows/publish_windows.yml @@ -1,4 +1,4 @@ -# .github/workflows/release.yml +# .github/workflows/publish_windows.yml name: Release Windows app on: