File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -579,7 +579,9 @@ endif()
579579if (WIN32 )
580580 add_custom_target (windows-installer
581581 COMMAND cpack
582- COMMAND osslsigncode sign -pkcs12 "/mnt/c/path/to/certificate.p12" -pass "certificate password" -n "Cadabra2" -i "https://cadabra.science" -t "http://timestamp.comodoca.com/authenticode" -in "cadabra2-${CADABRA_VERSION_MAJOR} .${CADABRA_VERSION_MINOR} .${CADABRA_VERSION_PATCH} -win64.exe" -out "cadabra2-${CADABRA_VERSION_MAJOR} .${CADABRA_VERSION_MINOR} .${CADABRA_VERSION_PATCH} -win64-installer.exe"
582+ # COMMAND osslsigncode sign -pkcs12 "/mnt/c/path/to/certificate.p12" -pass "certificate password" -n "Cadabra2" -i "https://cadabra.science" -t "http://timestamp.comodoca.com/authenticode" -in "cadabra2-${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}-win64.exe" -out "cadabra2-${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}-win64-installer.exe"
583+ COMMAND gh auth setup-git
584+ COMMAND release upload "${{ env.VERSION }}" cadabra2-${{ env.VERSION }}-win64.exe --clobber
583585 )
584586endif ()
585587
You can’t perform that action at this time.
0 commit comments