Skip to content

Commit

Permalink
Fixed Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Sep 4, 2024
1 parent 6f58992 commit 06245c5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .github/actions/build/macos/comfy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/publish_macos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/release.yml
name: Release app
# .github/workflows/publish_macos.yml
name: Release MacOS app

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# .github/workflows/release.yml
# .github/workflows/publish_windows.yml
name: Release Windows app

on:
Expand Down

0 comments on commit 06245c5

Please sign in to comment.