Update maven.yml

This commit is contained in:
James Peters 2022-01-12 22:58:19 +00:00 committed by GitHub
parent 6998aab630
commit cf557df54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Run BuildTools Pre 1.17
working-directory: ./BuildTools
run: |
ls -R
ls ${GITHUB_WORKSPACE}/BuildTools/ -R
# make file runnable, might not be necessary
chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh"
# run script
@ -71,7 +71,8 @@ jobs:
- name: Run BuildTools 1.18+
working-directory: ./BuildTools
run: |
# make file runnable, might not be necessary
ls -R
# make file runnable, might not be necessary
chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-1.18+.sh"
# run script
bash build-1.18+.sh