Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acocalypso authored Apr 29, 2024
1 parent 80bdc8a commit f867ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
env:
CI: true
CI: false

- name: Install Tauri CLI
run: npm install -g @tauri-apps/cli
Expand Down Expand Up @@ -65,15 +65,15 @@ jobs:
- name: install frontend dependencies
run: npm install
env:
CI: true
CI: false

- uses: tauri-apps/tauri-action@v0
id: tauri_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
CI: true
CI: false
with:
tagName: app-v${{ steps.get_version.outputs.version }}
releaseName: 'v${{ steps.get_version.outputs.version }}-DesktopAPP'
Expand Down

0 comments on commit f867ce7

Please sign in to comment.