From a0bc309890ec02aa29dc5e2339fa0052d5c95cb0 Mon Sep 17 00:00:00 2001 From: WhyPenguins <42032199+WhyPenguins@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:01:15 +1100 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index cd6f465d..00ac85f7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -59,6 +59,12 @@ jobs: mv ../DemoProjects DemoProjects env: GITHUB_TOKEN: '' + - name: download binaries + working-directory: ./Browser_IDE + run: | + python3 ./setup.py + env: + GITHUB_TOKEN: '' - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact