Skip to content

Commit

Permalink
Chagnes to jar filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakaracic committed Nov 22, 2024
1 parent 0421aa4 commit 392e60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/upload-to-jfrog/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
- name: Upload from branches to JFrog
shell: bash
# Only interested in `aerospike-proxy-client-x.x.x....` and `aerospike-client-jdkx-x.x.x....`
run: jf rt upload --regexp=true --dry-run "aerospike-(client-(jdk\d+))-\d+\.\d+\.\d+(-jar-with-dependencies)?\.jar" "${{ inputs.jfrog-repo-name }}"
run: jf rt upload --regexp=true --dry-run "aerospike-(client-(jdk\d+))-(bc-)?\d+\.\d+\.\d+(-jar-with-dependencies|-javadoc|-sources)?\.jar" "${{ inputs.jfrog-repo-name }}"

- name: Publish build info
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
gpg-passphrase: ${{ secrets.GPG_PASS }}

- name: Build
run: mvn install -Dcrypto.type=${{ inputs.client-type == 'bouncycastle' && '-bc' || '' }}
run: mvn install -Dcrypto.type=${{ inputs.crypto-type == 'bouncycastle' && '-bc' || '' }}

- name: Run EE server
if: ${{ inputs.run-tests == true }}
Expand Down

0 comments on commit 392e60f

Please sign in to comment.