Skip to content

Commit

Permalink
Update tauri-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p0ryae authored Mar 22, 2024
1 parent 25dc138 commit 6d410f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: install app dependencies and build it
run: yarn install --ignore-engines && yarn tauri:build
- name: install app dependencies and build front-end
run: yarn install --ignore-engines && yarn build
env:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
Expand Down

0 comments on commit 6d410f8

Please sign in to comment.