From a76db7a1773e47e1943eaa5ae656308cc65afb74 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Mon, 19 Aug 2024 21:57:56 +0200 Subject: [PATCH] WIP --- .github/workflows/build-test-publish-apps.yml | 3 --- forge.config.ts | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/build-test-publish-apps.yml b/.github/workflows/build-test-publish-apps.yml index 439364bbe..27a69f6c6 100644 --- a/.github/workflows/build-test-publish-apps.yml +++ b/.github/workflows/build-test-publish-apps.yml @@ -59,7 +59,6 @@ jobs: # TODO: see if we ned to add updater test URL here https://dl.zoo.dev/releases/modeling-app/updater-test/last_update.json - uses: actions/upload-artifact@v3 - if: ${{ github.event_name == 'schedule' || env.CUT_RELEASE_PR == 'true' }} with: name: prepared-files path: | @@ -87,11 +86,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v3 - if: github.event_name == 'schedule' name: prepared-files - name: Copy updated .json files - if: github.event_name == 'schedule' run: | ls -l prepared-files cp prepared-files/package.json package.json diff --git a/forge.config.ts b/forge.config.ts index 7bd3d7935..0831d9481 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -44,7 +44,6 @@ const config: ForgeConfig = { }, bucket: process.env.BUCKET_NAME, folder: process.env.BUCKET_FOLDER, - public: true, }, }, ],