mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-10 07:48:29 -04:00
github actions: use upload-artifact v3
This commit is contained in:
parent
5ff22f49c8
commit
2d197237f8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arguments: fatJar
|
arguments: fatJar
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: 'minosoft-${{ matrix.os }}'
|
name: 'minosoft-${{ matrix.os }}'
|
||||||
path: build/libs/minosoft-fat-*.jar
|
path: build/libs/minosoft-fat-*.jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user