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
|
- name: Upload JARs
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: jars-libraries
|
name: jars
|
||||||
path: |
|
path: |
|
||||||
**/build/libs/*.jar
|
**/build/libs/*.jar
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
- name: Upload JARs
|
- name: Upload JARs
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: jars-libraries
|
name: apidoc
|
||||||
path: |
|
path: |
|
||||||
build/dokka/htmlMultiModule
|
build/dokka/htmlMultiModule
|
||||||
**/build/dokka/html
|
**/build/dokka/html
|
||||||
|
|
Loading…
Reference in a new issue