Skip to content

Commit 64edd3a

Browse files
committed
Test CI changes
1 parent 103711c commit 64edd3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-sign-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
7373
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
7474
endpoint: ${{ secrets.AZURE_ENDPOINT }}
75-
code-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
75+
trusted-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
7676
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
7777
file-digest: SHA256
7878
timestamp-rfc3161: http://timestamp.acs.microsoft.com
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/upload-artifact@v3
8787
with:
8888
name: ForceBindIPGUI
89-
path: dist/windows/ForceBindIP-GUI.exe
89+
path: ./dist/ForceBindIP-GUI.exe
9090

9191
release:
9292
runs-on: [ubuntu-latest]

0 commit comments

Comments
 (0)