fix: latency cache staleness, reduce duplicate probes, fix CI arch detection and nfpm compression
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build aarch64-pc-windows-msvc (push) Has been cancelled
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-msvc (push) Has been cancelled
Release / Create GitHub Release (push) Has been cancelled

This commit is contained in:
2026-06-03 21:16:42 +08:00
parent 285a2049cc
commit 721b659b4b
6 changed files with 77 additions and 24 deletions
+1 -4
View File
@@ -126,12 +126,9 @@ jobs:
uses: Minionguyjpro/Inno-Setup-Action@v1.2.8
env:
SHELL_VERSION: ${{ env.SHELL_VERSION }}
SSH_TARGET: ${{ matrix.target }}
with:
path: sshell.iss
options: >-
/DMyArch=${{ matrix.target == 'x86_64-pc-windows-msvc' && 'x64compatible' || 'arm64' }}
/DMyArchAllowed=${{ matrix.target == 'x86_64-pc-windows-msvc' && 'x64compatible' || 'arm64' }}
/DMyArchInstall64=${{ matrix.target == 'x86_64-pc-windows-msvc' && 'x64compatible' || 'arm64' }}
- name: Upload artifact
uses: actions/upload-artifact@v4