ci: fix sd release (#2400)

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
This commit is contained in:
Sertaç Özercan
2024-05-25 00:33:50 -07:00
committed by GitHub
parent f8cea16c03
commit 29615576fb

View File

@@ -100,6 +100,12 @@ jobs:
with:
name: stablediffusion
path: release/
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
release/*
build-macOS-arm64:
runs-on: macos-14