surely
This commit is contained in:
parent
0b133ea9cc
commit
96ea5ff796
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
|||||||
|
|
||||||
with:
|
with:
|
||||||
name: Build and Deploy Artifacts
|
name: Build and Deploy Artifacts
|
||||||
path: build/libs/*[0-9].jar
|
path: build/libs/*.jar
|
||||||
|
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
@ -30,4 +30,4 @@ jobs:
|
|||||||
|
|
||||||
with:
|
with:
|
||||||
name: Build and Deploy Artifacts
|
name: Build and Deploy Artifacts
|
||||||
path: build/libs/*[0-9].jar
|
path: build/libs/*.jar
|
||||||
|
2
.github/workflows/root.yml
vendored
2
.github/workflows/root.yml
vendored
@ -30,4 +30,4 @@ jobs:
|
|||||||
|
|
||||||
with:
|
with:
|
||||||
name: Build and Deploy Artifacts
|
name: Build and Deploy Artifacts
|
||||||
path: build/libs/*[0-9].jar
|
path: build/libs/*.jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user