Skip to content

Commit

Permalink
Update github-actions.yml (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschaab-SA committed Jan 12, 2024
1 parent bc1faec commit 592dbc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
jf rt upload "./build/libs/saRestApi-*.jar" 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
if: ${{ github.event_name == 'pull_request' && github.pull_request_target == 'master' }}
run: |
jf rt build-publish $BUILD_NAME $BUILD_NUMBER
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 592dbc9

Please sign in to comment.