We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c1d7a commit 7665ccfCopy full SHA for 7665ccf
.github/workflows/update.yml
@@ -40,6 +40,8 @@ jobs:
40
working-directory: ${{env.working-directory}}
41
- name: Create new vendor JSON
42
run: cp ${{ env.working-directory }}/build/maven/yall.json ${{ env.working-directory }}/build/maven/yall-${{inputs.releaseVersion}}.json
43
+ - name: View build files
44
+ run: find ${{ env.working-directory }}/build/maven/ -type f
45
- name: Create Vendor JSON Repo PR
46
uses: wpilibsuite/vendor-json-repo/.github/actions/add_vendordep@main
47
with:
0 commit comments