Skip to content

Commit

Permalink
Fix environment file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 26, 2024
1 parent 3074705 commit 69d31a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
with:
activate-environment: comfyui
auto-activate-base: false
environment-file: environments/${{ inputs.os }}-environment.yml
environment-file: ${{ github.action_path }}/environments/${{ inputs.os }}-environment.yml
use-only-tar-bz2: true

- name: '[Unix] Install Comfy-CLI'
Expand Down

0 comments on commit 69d31a4

Please sign in to comment.