The whole emote class is broken :)
All checks were successful
build / build (21) (push) Successful in 1m20s
All checks were successful
build / build (21) (push) Successful in 1m20s
This commit is contained in:
parent
2590773750
commit
122cceb355
6 changed files with 237 additions and 171 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: ./gradlew build
|
||||
- name: capture build artifacts
|
||||
if: ${{ matrix.java == '21' }} # Only upload artifacts built from latest java
|
||||
uses: https://github.com/actions/upload-artifact@v4
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs/
|
||||
Loading…
Add table
Add a link
Reference in a new issue