Workflower

- Changed GitHub CI to run `publish` task so we can make sure that publishing actually works.
This commit is contained in:
Kneelawk 2024-04-26 23:27:33 -07:00 committed by Jozufozu
parent 79b65bd17b
commit d1f9de6638

View File

@ -34,7 +34,8 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build javadoc --no-daemon
# doesn't actually publish, as no secrets are passed in, just makes sure that publishing works
run: ./gradlew publish --no-daemon
- name: Capture Build Artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }}
uses: actions/upload-artifact@v2