From 5941b20c0afea71d1f5d6e487464b1c2d3dcb9d5 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Thu, 1 Aug 2024 22:45:10 +0200 Subject: [PATCH] Added new CUDA-nugets to backends-workflow --- .github/workflows/backends.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/backends.yml b/.github/workflows/backends.yml index 41b2c96..44b75d3 100644 --- a/.github/workflows/backends.yml +++ b/.github/workflows/backends.yml @@ -270,6 +270,10 @@ jobs: id: pack run: | nuget pack ./Backends/StableDiffusion.NET.Backend.Cpu.nuspec -version ${{ github.event.inputs.version }} + nuget pack ./Backends/StableDiffusion.NET.Backend.Cuda11.Windows.nuspec -version ${{ github.event.inputs.version }} + nuget pack ./Backends/StableDiffusion.NET.Backend.Cuda12.Windows.nuspec -version ${{ github.event.inputs.version }} + nuget pack ./Backends/StableDiffusion.NET.Backend.Cuda11.Linux.nuspec -version ${{ github.event.inputs.version }} + nuget pack ./Backends/StableDiffusion.NET.Backend.Cuda12.Linux.nuspec -version ${{ github.event.inputs.version }} nuget pack ./Backends/StableDiffusion.NET.Backend.Cuda.nuspec -version ${{ github.event.inputs.version }} nuget pack ./Backends/StableDiffusion.NET.Backend.Rocm.nuspec -version ${{ github.event.inputs.version }}