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
 | 
					      # 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
 | 
					      - uses: actions/upload-artifact@v3
 | 
				
			||||||
        if: ${{ github.event_name == 'schedule' || env.CUT_RELEASE_PR == 'true' }}
 | 
					 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: prepared-files
 | 
					          name: prepared-files
 | 
				
			||||||
          path: |
 | 
					          path: |
 | 
				
			||||||
@ -87,11 +86,9 @@ jobs:
 | 
				
			|||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: actions/download-artifact@v3
 | 
					      - uses: actions/download-artifact@v3
 | 
				
			||||||
        if: github.event_name == 'schedule'
 | 
					 | 
				
			||||||
        name: prepared-files
 | 
					        name: prepared-files
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Copy updated .json files
 | 
					      - name: Copy updated .json files
 | 
				
			||||||
        if: github.event_name == 'schedule'
 | 
					 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          ls -l prepared-files
 | 
					          ls -l prepared-files
 | 
				
			||||||
          cp prepared-files/package.json package.json
 | 
					          cp prepared-files/package.json package.json
 | 
				
			||||||
 | 
				
			|||||||
@ -44,7 +44,6 @@ const config: ForgeConfig = {
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        bucket: process.env.BUCKET_NAME,
 | 
					        bucket: process.env.BUCKET_NAME,
 | 
				
			||||||
        folder: process.env.BUCKET_FOLDER,
 | 
					        folder: process.env.BUCKET_FOLDER,
 | 
				
			||||||
        public: true,
 | 
					 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user