From 68797e1bf774b8a5d92e832a00f724bf8b84da07 Mon Sep 17 00:00:00 2001 From: Yellow Shine Date: Thu, 14 Nov 2024 17:08:48 +0800 Subject: [PATCH] fix Signed-off-by: Yellow Shine --- .github/workflows/sync-to-artifactory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-artifactory.yml b/.github/workflows/sync-to-artifactory.yml index 704a5c2..9236a78 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