Skip to content

Commit

Permalink
ci: add ./ to exe file
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman committed Jul 21, 2023
1 parent bece449 commit 9fba2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
echo "Found .exe file: $EXE_FILE"
java -jar jsign.jar --storetype GOOGLECLOUD --storepass "$(gcloud auth print-access-token)" \
--keystore "${{ secrets.GCP_KEYSTORE }}" \
--alias "${{ secrets.GCP_WINDOWS_SIGNING_KEY }}" --certfile "dygma_cert.pem" --tsmode RFC3161 --tsaurl http://timestamp.digicert.com "$EXE_FILE"
--alias "${{ secrets.GCP_WINDOWS_SIGNING_KEY }}" --certfile "dygma_cert.pem" --tsmode RFC3161 --tsaurl http://timestamp.digicert.com "./$EXE_FILE"
cd ..
- name: Upload build
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9fba2c2

Please sign in to comment.