diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ba60df..7f33bf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,6 +76,7 @@ jobs: name: macos-universal path: | tauri-app/src-tauri/target/universal-apple-darwin/release/bundle/dmg/*.dmg + tauri-app/src-tauri/target/universal-apple-darwin/release/bundle/dmg/*.dmg.sig tauri-app/src-tauri/target/universal-apple-darwin/release/bundle/macos/*.app build-windows: @@ -123,3 +124,4 @@ jobs: name: windows-x64 path: | tauri-app/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/*.exe + tauri-app/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/*.exe.sig