Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 19, 2024
1 parent 163ba12 commit 4281c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:

- name: Check if version exist in s3
run: |
$ErrorActionPreference = 'SilentlyContinue'
$output = aws s3 ls ${{ env.OUTFILE }} -ErrorAction SilentlyContinue
$ErrorActionPreference='Continue'
$output = aws s3 ls ${{ env.OUTFILE }}
$ec = $LastExitCode
if ( $ec -eq "0" ){
echo "Objects found ${{ env.OUTFILE }}"
Expand Down

0 comments on commit 4281c10

Please sign in to comment.