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:
5959 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6060
6161 - name : Sign executables
62- run : sign code trusted-signing *.exe `
62+ run : sign code trusted-signing `
6363 --trusted-signing-account ImageMagick `
6464 --trusted-signing-certificate-profile ImageMagick `
6565 --trusted-signing-endpoint https://eus.codesigning.azure.net `
66- --verbosity information
66+ --azure-credential-type azure-cli `
67+ --verbosity information `
68+ *.exe
6769 working-directory : ${{github.workspace}}/Artifacts
6870
6971 - name : Create Configs archive
8789 shell : cmd
8890 env :
8991 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