Jürg Otter
Jürg Otter
### What would you like to be added? ``` - name: Create release uses: softprops/action-gh-release@v1 ``` When using this Action in a Workflow, GitHub displays a warning: `The 'set-output' command...
### Description I'm running the following Docker Compose setup: https://github.com/jo-tools/docker/blob/main/local-cubesql-volumes/docker-compose.yml This runs a Database Server (cubeSQL) and a web administration tool. The setup is preconfigured, so that one can just...
This command works: `jsign --storetype TRUSTEDSIGNING --keystore ${ACS_ENDPOINT} --storepass ${AZURE_ACCESS_TOKEN} --alias ${ACS_ACCOUNT_NAME}/${ACS_CERTIFICATE_PROFILE_NAME} --replace "./**/*.exe"` --- When trying to explicitly specify the Microsoft ACS Timestamp Server with `--tsaurl http://timestamp.acs.microsoft.com`: `jsign --storetype...