mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-04 17:24:59 +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
7cb3fb8971
commit
98999fb551
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -34,7 +34,8 @@ jobs:
|
||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os != 'Windows' }}
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
- name: Build
|
- 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
|
- name: Capture Build Artifacts
|
||||||
if: ${{ runner.os == 'Linux' && matrix.java == '17' }}
|
if: ${{ runner.os == 'Linux' && matrix.java == '17' }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in a new issue