mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
Revert changes in test workflows
This commit is contained in:
parent
29938f760f
commit
7cf8d9e875
@ -9,12 +9,6 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
default: "129"
|
default: "129"
|
||||||
|
|
||||||
release_tag:
|
|
||||||
description: 'Git tag to attach nightly package (e.g., v0.37.0); leave empty to upload to latest'
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
|
|
||||||
python_minor:
|
python_minor:
|
||||||
description: 'python minor version'
|
description: 'python minor version'
|
||||||
required: true
|
required: true
|
||||||
@ -40,7 +34,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.release_tag || 'master' }}
|
|
||||||
fetch-depth: 30
|
fetch-depth: 30
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
@ -96,5 +89,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: ComfyUI_windows_portable_nvidia_or_cpu_nightly_pytorch.7z
|
file: ComfyUI_windows_portable_nvidia_or_cpu_nightly_pytorch.7z
|
||||||
tag: ${{ inputs.release_tag || 'latest' }}
|
tag: "latest"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|||||||
10
.github/workflows/windows_release_package.yml
vendored
10
.github/workflows/windows_release_package.yml
vendored
@ -9,12 +9,6 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
default: "129"
|
default: "129"
|
||||||
|
|
||||||
release_tag:
|
|
||||||
description: 'Git tag to package and attach (e.g., v0.37.0); leave empty to build from master and upload to latest'
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
|
|
||||||
python_minor:
|
python_minor:
|
||||||
description: 'python minor version'
|
description: 'python minor version'
|
||||||
required: true
|
required: true
|
||||||
@ -56,7 +50,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.release_tag || 'master' }}
|
|
||||||
fetch-depth: 150
|
fetch-depth: 150
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- shell: bash
|
- shell: bash
|
||||||
@ -108,5 +101,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: new_ComfyUI_windows_portable_nvidia_cu${{ inputs.cu }}_or_cpu.7z
|
file: new_ComfyUI_windows_portable_nvidia_cu${{ inputs.cu }}_or_cpu.7z
|
||||||
tag: ${{ inputs.release_tag || 'latest' }}
|
tag: "latest"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user