File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments