Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine committed Nov 14, 2024
1 parent c082f95 commit 1c057a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-to-artifactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
- name: Install package
run: |
# List remote Conan repositories; should include Conan Center by default
conan remote list
conan install ${{ github.event.inputs.package }}@ -s compiler=gcc -s compiler.version=11 -s compiler.libcxx=libstdc++11 -s build_type=Release
- name: inspect installed package
run: |
# Search for installed packages and their revisions
conan search '*' --revisions
- name: Upload
Expand All @@ -49,4 +51,5 @@ jobs:
conan user -p ${{ secrets.JFROG_PASSWORD }} -r default-conan-local ${{ secrets.JFROG_USERNAME }}
# upload all packages
conan upload '*' -r default-conan-local
# Upload only the Conan recipe to the specified local repository, excluding binaries
conan upload '*' -r default-conan-local -c

0 comments on commit 1c057a5

Please sign in to comment.