File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,13 @@ jobs:
59
59
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
60
60
61
61
- name : Sign executables
62
- run : sign code trusted-signing *.exe `
62
+ run : sign code trusted-signing `
63
63
--trusted-signing-account ImageMagick `
64
64
--trusted-signing-certificate-profile ImageMagick `
65
65
--trusted-signing-endpoint https://eus.codesigning.azure.net `
66
- --verbosity information
66
+ --azure-credential-type azure-cli `
67
+ --verbosity information `
68
+ *.exe
67
69
working-directory : ${{github.workspace}}/Artifacts
68
70
69
71
- name : Create Configs archive
87
89
shell : cmd
88
90
env :
89
91
GH_TOKEN : ${{github.token}}
90
- run : gh release create ${{env.release}} --title "Release ${{env.release}}" ${{github.workspace}}\Artifacts\Configure.Release.x64.exe ${{github.workspace}}\Artifacts\Configure.Release.arm64.exe ${{github.workspace}}\Artifacts\Configure.Release.x86.exe ${{github.workspace}}\files.zip
92
+ run : gh release create ${{env.release}} --title "Release ${{env.release}}" ${{github.workspace}}\Artifacts\Configure.Release.x64.exe ${{github.workspace}}\Artifacts\Configure.Release.arm64.exe ${{github.workspace}}\Artifacts\Configure.Release.x86.exe ${{github.workspace}}\files.zip
You can’t perform that action at this time.
0 commit comments