From f867ce77eccc405b5668e998debb1e00822f5c6d Mon Sep 17 00:00:00 2001 From: acocalypso Date: Mon, 29 Apr 2024 17:47:51 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f54cb0c..9d18f4eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -65,7 +65,7 @@ jobs: - name: install frontend dependencies run: npm install env: - CI: true + CI: false - uses: tauri-apps/tauri-action@v0 id: tauri_release @@ -73,7 +73,7 @@ jobs: 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'