Skip to content

Commit 801d553

Browse files
committed
Change if statement to match powershell syntax
1 parent 0b7fef3 commit 801d553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
echo "Objects found ${{ env.OUTFILE }}"
112112
exit 1
113113
}
114-
elseif () $ec -ne "1"){
114+
elseif ( $ec -ne "1"){
115115
echo "$output"
116116
}
117117

0 commit comments

Comments
 (0)