This commit is contained in:
Pierre Jacquier
2024-08-19 21:57:56 +02:00
parent ce4c0340e8
commit a76db7a177
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -44,7 +44,6 @@ const config: ForgeConfig = {
},
bucket: process.env.BUCKET_NAME,
folder: process.env.BUCKET_FOLDER,
public: true,
},
},
],