Fix artifact names
This commit is contained in:
parent
b56164f545
commit
0a30180d00
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Upload JARs
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: jars-libraries
|
||||
name: jars
|
||||
path: |
|
||||
**/build/libs/*.jar
|
||||
if-no-files-found: error
|
||||
|
@ -69,7 +69,7 @@ jobs:
|
|||
- name: Upload JARs
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: jars-libraries
|
||||
name: apidoc
|
||||
path: |
|
||||
build/dokka/htmlMultiModule
|
||||
**/build/dokka/html
|
||||
|
|
Loading…
Reference in a new issue