From c195d362d311e5baa2b5f4d2e2896ca1692b9897 Mon Sep 17 00:00:00 2001 From: SteveXMH <39523898+Steve-xmh@users.noreply.github.com> Date: Thu, 17 Feb 2022 12:37:48 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a8a23d..a23ab5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,12 +24,8 @@ jobs: run: | sudo apt-get update sudo apt-get install -y webkit2gtk-4.0 - - name: download static assets - run: | - yarn - yarn fetch - - name: install app dependencies and build it - run: yarn && yarn build + - name: install app dependencies, download static assets and build it + run: yarn && yarn fetch && yarn tauri build - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}