Update CI artifact naming convention

This commit is contained in:
Gabriel Tofvesson 2021-06-22 14:27:26 +02:00
parent 6bcecb61ef
commit a1cd3a476b

View File

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