Update release.yml

This commit is contained in:
FTCHD
2025-08-16 15:50:35 +01:00
committed by GitHub
parent 9736c5805d
commit 1456799aeb
+5 -5
View File
@@ -21,11 +21,11 @@ jobs:
type: 'x86_64' type: 'x86_64'
- platform: 'ubuntu-22.04' - platform: 'ubuntu-22.04'
args: '' args: ''
- platform: 'windows-latest' - platform: 'windows-11-arm'
args: '--target x86_64-pc-windows-msvc' args: '--target x86_64-pc-windows-msvc'
arch: 'arm64' arch: 'arm64'
type: 'x86_64' type: 'x86_64'
- platform: "windows-latest" - platform: "windows-11-arm"
args: "--target aarch64-pc-windows-msvc" args: "--target aarch64-pc-windows-msvc"
arch: 'arm64' arch: 'arm64'
type: 'aarch64' type: 'aarch64'
@@ -55,7 +55,7 @@ jobs:
- name: install Rust stable (windows only) - name: install Rust stable (windows only)
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
if: matrix.platform == 'windows-latest' if: matrix.platform == 'windows-11-arm'
with: with:
targets: ${{ matrix.type == 'aarch64' && 'aarch64-pc-windows-msvc' || 'x86_64-pc-windows-msvc' }} targets: ${{ matrix.type == 'aarch64' && 'aarch64-pc-windows-msvc' || 'x86_64-pc-windows-msvc' }}
@@ -71,9 +71,9 @@ jobs:
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install dependencies (windows only) - name: install dependencies (windows only)
if: matrix.platform == 'windows-latest' if: matrix.platform == 'windows-11-arm'
run: | run: |
cargo install --force trusted-signing-cli --version 0.5.0 cargo install trusted-signing-cli
- name: install frontend dependencies - name: install frontend dependencies
run: npm install run: npm install