Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mschaab-SA committed Jan 12, 2024
1 parent f3cc678 commit 9aab474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: ./gradlew test
# Might want to remove this step
- name: Archive production artifacts ⬆️
if: ${{ github.event_name == 'pull_request' && github.pull_request_target == 'master' }}
uses: actions/upload-artifact@v3
with:
name: Artifacts
Expand All @@ -34,6 +35,7 @@ jobs:
jf rt ping
# This command adds a new server configuration to the JFrog CLI
- name: Create version for Artifactory
if: ${{ github.event_name == 'pull_request' && github.pull_request_target == 'master' }}
run: |
export BUILD_NAME="saidp-sdk-java"
export BUILD_MODULE="sdk-java"
Expand Down

0 comments on commit 9aab474

Please sign in to comment.