diff --git a/.github/workflows/sync-to-artifactory.yml b/.github/workflows/sync-to-artifactory.yml index c83e94b..704a5c2 100644 --- a/.github/workflows/sync-to-artifactory.yml +++ b/.github/workflows/sync-to-artifactory.yml @@ -48,4 +48,4 @@ jobs: - name: Upload if: ${{ github.event.inputs.upload == 'true' }} run: | - conan upload ${{ github.event.inputs.package }} -r default-conan-local \ No newline at end of file + conan upload ${{ github.event.inputs.package }}@@ -r default-conan-local \ No newline at end of file