WIP
This commit is contained in:
@ -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
|
||||
|
@ -44,7 +44,6 @@ const config: ForgeConfig = {
|
||||
},
|
||||
bucket: process.env.BUCKET_NAME,
|
||||
folder: process.env.BUCKET_FOLDER,
|
||||
public: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user