We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8f7dc commit 823cbf3Copy full SHA for 823cbf3
2 files changed
.github/workflows/release-gradle.yml
@@ -182,8 +182,8 @@ jobs:
182
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
183
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
184
endpoint: https://eus.codesigning.azure.net/
185
- trusted-signing-account-name: vscx-codesigning
186
- certificate-profile-name: vscx-certificate-profile
+ trusted-signing-account-name: ${{ secrets.AZURE_SIGNING_ACCOUNT_NAME }}
+ certificate-profile-name: ${{ secrets.AZURE_CERTIFICATE_PROFILE_NAME }}
187
files-folder: app/build/compose/binaries/main/msi
188
files-folder-filter: msi
189
file-digest: SHA256
.gitignore
@@ -113,3 +113,5 @@ java/build/
113
114
.build/
115
/app/windows/obj
116
+/java/gradle/build
117
+/java/gradle/example/.processing
0 commit comments