Skip to content

Commit

Permalink
Only look for artifacts in this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 25, 2024
1 parent 746a59c commit 8b6ce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- run: sudo apt install -y moreutils

- name: Create file spec for release bundle
run: cat releasebundle-filespec.json | jq '.files[0].build = "${{ steps.get-proxy-client-version.outputs.version }}/${{ github.run_number }}"' | sponge releasebundle-filespec.json
run: cat releasebundle-filespec.json | jq '.files[0].build = "${{ steps.get-proxy-client-version.outputs.version }}/${{ github.run_number }}"' | jq '.files[0].pattern = "clients-maven-dev-local/**/*"' | sponge releasebundle-filespec.json
working-directory: .github/workflows
shell: bash

Expand Down

0 comments on commit 8b6ce8a

Please sign in to comment.