We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103711c commit 64edd3aCopy full SHA for 64edd3a
1 file changed
.github/workflows/build-sign-and-release.yaml
@@ -72,7 +72,7 @@ jobs:
72
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
73
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
74
endpoint: ${{ secrets.AZURE_ENDPOINT }}
75
- code-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
+ trusted-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
76
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
77
file-digest: SHA256
78
timestamp-rfc3161: http://timestamp.acs.microsoft.com
@@ -86,7 +86,7 @@ jobs:
86
uses: actions/upload-artifact@v3
87
with:
88
name: ForceBindIPGUI
89
- path: dist/windows/ForceBindIP-GUI.exe
+ path: ./dist/ForceBindIP-GUI.exe
90
91
release:
92
runs-on: [ubuntu-latest]
0 commit comments