Update CI artifact naming convention
This commit is contained in:
parent
6bcecb61ef
commit
a1cd3a476b
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -44,6 +44,11 @@ jobs:
|
||||
rm sources
|
||||
cd build
|
||||
jar cvf build.jar *
|
||||
|
||||
- name: Rename Artifacts
|
||||
run: |
|
||||
cd build
|
||||
mv out.jar $(sha1sum build.jar | sed "s/\([^ ]*\) .*/SpigotInvTweaks-\\1.jar/g")
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
@ -52,4 +57,4 @@ jobs:
|
||||
prerelease: true
|
||||
title: "CI Build"
|
||||
files: |
|
||||
build/build.jar
|
||||
build/SpigotInvTweaks-*.jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user