Implement requested changes

This commit is contained in:
zax71 2023-02-19 10:25:05 +00:00 committed by Jeremy Wood
parent e90c50d170
commit 871ba16b67
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -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