Skip to content

Commit dbb5e05

Browse files
committed
powershell syntax
1 parent 6efa959 commit dbb5e05

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
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Check if version exist in s3
106106
run: |
107-
SetPSDebug -Trace 1
107+
Set-PSDebug -Trace 1
108108
$output = aws s3 ls ${{ env.OUTFILE }}
109109
$ec = $LastExitCode
110110
if ( $ec -eq "0" ){

0 commit comments

Comments
 (0)