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 0b468b3 commit c082f95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-to-artifactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:
if: ${{ github.event.inputs.upload == 'true' }}
run: |
conan user -p ${{ secrets.JFROG_PASSWORD }} -r default-conan-local ${{ secrets.JFROG_USERNAME }}
conan upload ${{ github.event.inputs.package }}@ -r default-conan-local
# upload all packages
conan upload '*' -r default-conan-local

0 comments on commit c082f95

Please sign in to comment.