From dd5ec9244c5c8cd142a7899414da77252dcd0995 Mon Sep 17 00:00:00 2001 From: mschaab <53225534+mschaab-SA@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:23:45 -0300 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 345ecd2..f312154 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -40,7 +40,7 @@ jobs: export VERSION="1.0.3.5" - jf rt upload "./build/libs/saRestApi-*.jar" downloads/radius-release-local/saRestApi/$PATH_TO_DIRECTORY --build-name $BUILD_NAME --build-number $BUILD_NUMBER --module $BUILD_MODULE + jf rt upload "./build/libs/saRestApi-*.jar" secureauth-downloads/radius-release-local/saRestApi/$PATH_TO_DIRECTORY --build-name $BUILD_NAME --build-number $BUILD_NUMBER --module $BUILD_MODULE # This action publishes the build information to Artifactory and deletes older builds - name: Publish to Artifactory run: |