Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into action-wip
Browse files Browse the repository at this point in the history
* upstream/develop:
  fix(CI): update workflow for uploading binaries to artifactory (4746)
  • Loading branch information
ximinez committed Oct 11, 2023
2 parents 19f314e + 1151fba commit 05827b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: try to authenticate to ripple Conan remote
id: remote
run: |
echo outcome=$(conan user --remote ripple ${{ secrets.CONAN_USERNAME }} --password ${{ secrets.CONAN_TOKEN }} && echo success || echo failure) | tee ${GITHUB_OUTPUT}
echo outcome=$(conan user --remote ripple ${{ secrets.CONAN_USERNAME }} --password ${{ secrets.CONAN_TOKEN }} >&2 && echo success || echo failure) | tee ${GITHUB_OUTPUT}
- name: archive profile
# Create this archive before dependencies are added to the local cache.
run: tar -czf conan.tar -C ~/.conan .
Expand Down

0 comments on commit 05827b6

Please sign in to comment.