diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f54cb0..9d18f4e 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'