Skip to content

Commit

Permalink
Update conan upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoffere committed Apr 28, 2023
1 parent fab3608 commit 663da5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: conan profile detect
- run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
- run: conan create -s build_type=${{ matrix.build_type }} -s compiler.version=${{ matrix.compiler_version }} -s compiler.libcxx=${{ matrix.compiler_libcxx }} -o fmilibrary/*:shared=${{ matrix.option_shared }} .
- run: conan upload --all -c -r osp 'fmilibrary*'
- run: conan upload -c -r osp 'fmilibrary*'

conan-on-windows:
name: Conan
Expand All @@ -57,4 +57,4 @@ jobs:
- run: conan profile detect
- run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
- run: conan create -s build_type=${{ matrix.build_type }} -o fmilibrary/*:shared=${{ matrix.option_shared }} .
- run: conan upload --all -c -r osp 'fmilibrary*'
- run: conan upload -c -r osp 'fmilibrary*'

0 comments on commit 663da5d

Please sign in to comment.