diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index fb017d45bf7..e43ae1379c9 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -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 .