Skip to content

Commit

Permalink
Custom release (#1)
Browse files Browse the repository at this point in the history
* add custom-release

* add

* add branch custom-release

* add

* fix

* fix

* add oss

* add cp

* oss-cn-beijing.aliyuncs.com
  • Loading branch information
jackalcooper authored Jul 10, 2024
1 parent 8d3f979 commit 971dd11
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/windows_release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/checkout@v4
name: Checkout BizyAir
with:
repository: siliconflow/BizyAir
path: custom_nodes/BizyAir
- shell: bash
run: |
cd ..
Expand Down Expand Up @@ -98,3 +103,11 @@ jobs:
tag: "latest"
overwrite: true

- uses: yizhoumo/setup-ossutil@v2
with:
ossutil-version: '1.7.18'
endpoint: oss-cn-beijing.aliyuncs.com
access-key-id: ${{ secrets.OSS_ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.OSS_ACCESS_KEY_SECRET }}

- run: ossutil cp -f new_ComfyUI_windows_portable_nvidia_cu${{ inputs.cu }}_or_cpu.7z oss://bizy-air/

0 comments on commit 971dd11

Please sign in to comment.