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