From c1fb20d280ae7b0373c1a440374b04e8f42b0ee1 Mon Sep 17 00:00:00 2001
From: John Duprey <jwd@johnwduprey.com>
Date: Mon, 6 Jan 2025 16:29:18 -0500
Subject: [PATCH] Update publish_prerelease.yml

---
 .github/workflows/publish_prerelease.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish_prerelease.yml b/.github/workflows/publish_prerelease.yml
index 860577eb53c4..1c33745d90d7 100644
--- a/.github/workflows/publish_prerelease.yml
+++ b/.github/workflows/publish_prerelease.yml
@@ -89,7 +89,7 @@ jobs:
         uses: LanceMcCarthy/Action-AzureBlobUpload@v3.3.0
         with:
           connection_string: ${{ secrets.AZURE_CONNECTION_STRING }}
-          container_name: cipp-releases
+          container_name: cipp-api
           source_folder: src/releases/
-          destination_folder: /cipp-api/
+          destination_folder: /
           delete_if_exists: true
\ No newline at end of file