From ec530f94890805a5ffdb59c3a40c017e057ffdf4 Mon Sep 17 00:00:00 2001 From: End Date: Tue, 6 Jan 2026 20:34:58 -0700 Subject: [PATCH] Add relasie sigs to upload Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b06b8ce..7035228 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -251,10 +251,14 @@ jobs: files: | artifacts/macos-latest/**/*.dmg artifacts/macos-latest/**/*.app.tar.gz + artifacts/macos-latest/**/*.app.tar.gz.sig artifacts/ubuntu-24.04/**/*.AppImage + artifacts/ubuntu-24.04/**/*.AppImage.tar.gz.sig artifacts/ubuntu-24.04/**/*.deb artifacts/ubuntu-24.04/**/*.rpm artifacts/windows-latest/**/*.msi + artifacts/windows-latest/**/*.msi.zip.sig + artifacts/windows-latest/**/*.nsis.zip.sig artifacts/windows-latest/**/*.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}