Skip to content

Commit

Permalink
Set shell explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 19, 2024
1 parent 4281c10 commit a327b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:


- name: Check if version exist in s3
run: |
run: |-
$ErrorActionPreference='Continue'
$output = aws s3 ls ${{ env.OUTFILE }}
$ec = $LastExitCode
Expand All @@ -114,6 +114,7 @@ jobs:
elseif ( $ec -ne "1" ){
echo "$output"
}
shell: cmd

- name: Build
run: |
Expand Down

0 comments on commit a327b68

Please sign in to comment.