Jürg Otter

Results 3 issues of 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...

area/network
status/triage
version/4.31.0
version/4.32.0
version/4.33.0
version/4.35.0

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...