We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b660106 commit e4bca76Copy full SHA for e4bca76
.github/workflows/v11-used-build.yml
@@ -68,7 +68,7 @@ jobs:
68
GOOS=windows GOARCH=amd64 go build -o utmstack_agent_service.exe -v .
69
GOOS=windows GOARCH=arm64 go build -o utmstack_agent_service_arm64.exe -v .
70
71
- if [[ {{ inputs.environment }} != "alpha" ]]; then
+ if [[ ${{ inputs.environment }} != "alpha" ]]; then
72
echo "Signing Windows Agent..."
73
FILES_TO_SIGN=("utmstack_agent_service.exe" "utmstack_agent_service_arm64.exe")
74
for file in "${FILES_TO_SIGN[@]}"; do
0 commit comments