Skip to content

Commit e4bca76

Browse files
committed
fix[actions]: add missing simbol
1 parent b660106 commit e4bca76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v11-used-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
GOOS=windows GOARCH=amd64 go build -o utmstack_agent_service.exe -v .
6969
GOOS=windows GOARCH=arm64 go build -o utmstack_agent_service_arm64.exe -v .
7070
71-
if [[ {{ inputs.environment }} != "alpha" ]]; then
71+
if [[ ${{ inputs.environment }} != "alpha" ]]; then
7272
echo "Signing Windows Agent..."
7373
FILES_TO_SIGN=("utmstack_agent_service.exe" "utmstack_agent_service_arm64.exe")
7474
for file in "${FILES_TO_SIGN[@]}"; do

0 commit comments

Comments
 (0)