Skip to content

Commit

Permalink
fixup! [FOLD] Address review feedback from @thejohnfreeman:
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Sep 28, 2023
1 parent 222c7e4 commit 715aeea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
shell: bash
id: remote
run: |
set +e
conan user --remote ripple ${{ secrets.CONAN_USERNAME }} --password ${{ secrets.CONAN_TOKEN }}
echo outcome=$([ $? -eq 0 ] && echo success || echo failure) | tee ${GITHUB_OUTPUT}
- name: list missing binaries
Expand Down

0 comments on commit 715aeea

Please sign in to comment.