surely
This commit is contained in:
parent
0b133ea9cc
commit
96ea5ff796
3 changed files with 3 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue