Skip to content

Commit

Permalink
Fixing location of save
Browse files Browse the repository at this point in the history
  • Loading branch information
mschaab-SA committed Jan 26, 2024
1 parent a685925 commit 91bfbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
export VERSION=$(cat gradle.properties | grep -Po "\d*\.\d*\.\d*\.\d*")
jf rt upload "./build/libs/saRestApi-*.jar" radius-release-local/saRestApi/$VERSION --build-name $BUILD_NAME --build-number $BUILD_NUMBER --module $BUILD_MODULE
jf rt upload "./build/libs/saRestApi-*.jar" radius-release-local/saRestApi/$VERSION/saRestApi-$VERSION.jar --build-name $BUILD_NAME --build-number $BUILD_NUMBER --module $BUILD_MODULE
jf rt build-publish $BUILD_NAME $BUILD_NUMBER
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 91bfbb6

Please sign in to comment.