From e1cf16f6e10b4f3f50b700ee67fcf9f1c75df17c Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 10 Nov 2025 14:49:15 -0800 Subject: [PATCH] Try again --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eaae018..a38dd00a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,17 +54,18 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - - name: install dependencies (ubuntu only) + - name: install dependencies (Linux only) if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above. run: | sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf - - name: Install trusted-signing-cli + - name: Install trusted-signing-cli (Windows only) uses: jaxxstorm/action-install-gh-release@v1.10.0 if: matrix.platform == 'windows-latest' with: repo: Levminer/trusted-signing-cli + extension: "\\.exe" tag: v0.8.0 - name: Install NPM Dependencies