From 48487cd8d38c8309f6f5d177c1ea6e703eaa1c08 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Thu, 10 Apr 2025 17:03:29 -0400 Subject: [PATCH] Fix URL encoded names after rename to Zoo Design Studio --- .github/workflows/build-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 0377cd1f977..fc409f7a070 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -378,7 +378,7 @@ jobs: NOTES: ${{ needs.prepare-files.outputs.notes }} PUB_DATE: ${{ github.event.repository.updated_at }} WEBSITE_DIR: ${{ env.IS_NIGHTLY == 'true' && 'dl.zoo.dev/releases/modeling-app/nightly' || 'dl.zoo.dev/releases/modeling-app' }} - URL_CODED_NAME: ${{ env.IS_NIGHTLY == 'true' && 'Zoo%20Modeling%20App%20%28Nightly%29' || 'Zoo%20Modeling%20App' }} + URL_CODED_NAME: ${{ env.IS_NIGHTLY == 'true' && 'Zoo%20Design%20Studio%20%28Nightly%29' || 'Zoo%20Design%20Studio' }} run: | RELEASE_DIR=https://${WEBSITE_DIR} jq --null-input \