Skip to content

Commit

Permalink
Don't upload artifacts folder to JFrog
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed May 17, 2024
1 parent 55f4d1c commit 8f0fba4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upload-to-jfrog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
pattern: '*.build'
merge-multiple: true
path: artifacts

- name: Set up JFrog credentials
uses: jfrog/setup-jfrog-cli@v3
env:
Expand All @@ -35,7 +36,8 @@ jobs:

- name: Upload manylinux builds from arbitrary branches to JFrog generic repo
if: ${{ inputs.jfrog-repo-name == vars.JFROG_GENERIC_REPO_NAME }}
run: jf rt upload "artifacts/*manylinux*" ${{ vars.JFROG_GENERIC_REPO_NAME }}/${{ github.ref_name }}/
run: jf rt upload "*manylinux*" ${{ vars.JFROG_GENERIC_REPO_NAME }}/${{ github.ref_name }}/
working-directory: artifacts

- name: Upload passing builds to JFrog PyPI repo
if: ${{ inputs.jfrog-repo-name == vars.JFROG_REPO_NAME }}
Expand Down

0 comments on commit 8f0fba4

Please sign in to comment.