Skip to content

Commit

Permalink
Fail if publish to chocolatey fails (#19006)
Browse files Browse the repository at this point in the history
## Description 
Fail if publish to chocolatey fails

## Test plan 
👀
  • Loading branch information
ebmifa authored Aug 15, 2024
1 parent fea5821 commit 1c88f3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ jobs:
[[ ${{ env.sui_tag }} == *"testnet"* ]] && aws s3 cp ./tmp/sui-${{ env.sui_tag }}-${{ env.os_type }}.tgz s3://sui-releases/releases/sui-${{ env.sui_tag }}-${{ env.os_type }}.tgz || true
- name: Publish Windows sui binary to Chocolatey
if: ${{ matrix.os == 'windows-ghcloud' && contains( env.sui_tag, 'testnet') }}
continue-on-error: true
if: ${{ matrix.os == 'windows-ghcloud' && contains(env.sui_tag, 'testnet') }}
shell: bash
run: |
choco install checksum
Expand Down

0 comments on commit 1c88f3f

Please sign in to comment.