Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-xmh authored Feb 17, 2022
1 parent 339f47d commit c195d36
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c195d36

Please sign in to comment.