File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 9292 src-tauri/target/x86_64-pc-windows-msvc/release/bundle/msi/*.msi.sig
9393 ZeroLimit_*_portable.exe
9494
95+ - name : Upload signatures for latest.json
96+ uses : actions/upload-artifact@v4
97+ with :
98+ name : signatures-x64
99+ path : src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/*.sig
100+
95101 build-windows-arm64 :
96102 needs : create-release
97103 runs-on : windows-latest
@@ -149,19 +155,25 @@ jobs:
149155 src-tauri/target/aarch64-pc-windows-msvc/release/bundle/msi/*.msi.sig
150156 ZeroLimit_*_portable.exe
151157
158+ - name : Upload signatures for latest.json
159+ uses : actions/upload-artifact@v4
160+ with :
161+ name : signatures-arm64
162+ path : src-tauri/target/aarch64-pc-windows-msvc/release/bundle/nsis/*.sig
163+
152164 publish-release :
153165 needs : [create-release, build-windows-x64, build-windows-arm64]
154166 runs-on : ubuntu-latest
155167 steps :
156168 - name : Checkout
157169 uses : actions/checkout@v4
158170
159- - name : Download release assets
160- uses : robinraju/release-downloader@v1
171+ - name : Download signatures
172+ uses : actions/download-artifact@v4
161173 with :
162- tag : v${{ needs.create-release.outputs.version }}
163- fileName : " *.sig "
164- out-file- path : signatures
174+ pattern : signatures-*
175+ merge-multiple : true
176+ path : signatures
165177
166178 - name : Generate latest.json
167179 run : |
You can’t perform that action at this time.
0 commit comments