From 3bb95af531b75bcd2c9dadc608acce483e09ed43 Mon Sep 17 00:00:00 2001 From: Nicolas Sarlin Date: Thu, 19 Sep 2024 13:15:08 +0200 Subject: [PATCH] fix(gpu): use build profile for cuda release --- .github/workflows/make_release_cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_release_cuda.yml b/.github/workflows/make_release_cuda.yml index 5e90986738..f3f5181705 100644 --- a/.github/workflows/make_release_cuda.yml +++ b/.github/workflows/make_release_cuda.yml @@ -36,7 +36,7 @@ jobs: slab-url: ${{ secrets.SLAB_BASE_URL }} job-secret: ${{ secrets.JOB_SECRET }} backend: aws - profile: gpu-test + profile: gpu-build publish-cuda-release: name: Publish CUDA Release