Skip to content

Commit 7665ccf

Browse files
Added CI
Signed-off-by: thenetworkgrinch <[email protected]>
1 parent c3c1d7a commit 7665ccf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
working-directory: ${{env.working-directory}}
4141
- name: Create new vendor JSON
4242
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
4345
- name: Create Vendor JSON Repo PR
4446
uses: wpilibsuite/vendor-json-repo/.github/actions/add_vendordep@main
4547
with:

0 commit comments

Comments
 (0)