We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4583d commit 9085fe1Copy full SHA for 9085fe1
.github/workflows/ci.yml
@@ -63,15 +63,7 @@
63
vs-version: '16.6.2'
64
- name: Build
65
run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64
66
- - name: Trusted Signing
67
- uses: azure/[email protected]
68
with:
69
- azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
70
- azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
71
- azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
72
- endpoint: https://eus.codesigning.azure.net/
73
- trusted-signing-account-name: TabithaHanegan
74
- certificate-profile-name: vscx-certificate-profile
75
files-folder: Binary/x64/
76
files-folder-filter: exe,dll
77
- name: Upload Build Artifact
0 commit comments