mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
Workflower
- Changed GitHub CI to run `publish` task so we can make sure that publishing actually works.
This commit is contained in:
parent
79b65bd17b
commit
d1f9de6638
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user