mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 03:55:27 +01:00
Implement requested changes
This commit is contained in:
parent
e90c50d170
commit
871ba16b67
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -27,4 +27,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Multiverse-Core-SNAPSHOT
|
||||
path: build/libs/Multiverse-Core-4.3.2-SNAPSHOT.jar
|
||||
# Can use build\/libs\/Multiverse-Core-(\d\.\d\.\d)(-SNAPSHOT|).jar if it ever supports regex
|
||||
path: build/libs/**
|
||||
# If there's nothing there then something must have gone awry
|
||||
if-no-files-found: error
|
||||
|
Loading…
Reference in New Issue
Block a user