Skip to content

Commit be4a318

Browse files
committed
update publish.yml
1 parent 79665d9 commit be4a318

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,13 @@ jobs:
5858
- name: sign windows exe
5959
uses: sslcom/esigner-codesign@develop
6060
with:
61-
# Sign and timestamp code object
6261
command: sign
6362
username: ${{ secrets.ES_USERNAME }}
6463
password: ${{ secrets.ES_PASSWORD }}
65-
credential id: ${{ secrets.CREDENTIAL_ID }}
64+
credential_id: ${{ secrets.CREDENTIAL_ID }}
6665
totp_secret: ${{ secrets.ES_TOTP_SECRET }}
67-
file_path: "${GITHUB_WORKSPACE}/release/build/Transformer Lab Setup ${steps.package-version.outputs.version}.exe"
68-
output_path: "${GITHUB_WORKSPACE}/signed"
66+
file_path: "${{ github.workspace }}/release/build/Transformer Lab Setup ${{ steps.package-version.outputs.version }}.exe"
67+
output_path: "${{ github.workspace }}/signed"
6968

7069
- name: Zip and upload static web assets
7170
run: |

0 commit comments

Comments
 (0)