From 29615576fbb07465265a9f2297d624979868eed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serta=C3=A7=20=C3=96zercan?= <852750+sozercan@users.noreply.github.com> Date: Sat, 25 May 2024 00:33:50 -0700 Subject: [PATCH] ci: fix sd release (#2400) Signed-off-by: Sertac Ozercan --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 330b2559..7c7f7742 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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