Skip to content

Commit

Permalink
powershell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 19, 2024
1 parent 137e161 commit 6efa959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:

- name: Check if version exist in s3
run: |
$ErrorActionPreference = 'Stop'
$PSNativeCommandUseErrorActionPreference = $true
SetPSDebug -Trace 1
$output = aws s3 ls ${{ env.OUTFILE }}
$ec = $LastExitCode
if ( $ec -eq "0" ){
Expand Down

0 comments on commit 6efa959

Please sign in to comment.