Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Upload Conan artifacts after install.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Oct 27, 2023
1 parent d0d0163 commit ebb13b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
shell: bash
run: |
conan install tools/conan -pr default --build=missing --update
if [[ x"$CONAN_PASSWORD" != "x" && x"$CONAN_LOGIN_USERNAME" != "x" ]]; then
conan remote login worldforge $CONAN_LOGIN_USERNAME -p $CONAN_PASSWORD
conan upload "*" -r worldforge -c
fi
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
Expand Down

0 comments on commit ebb13b9

Please sign in to comment.