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
@ -45,6 +45,11 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
jar cvf build.jar *
|
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"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
@ -52,4 +57,4 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
title: "CI Build"
|
title: "CI Build"
|
||||||
files: |
|
files: |
|
||||||
build/build.jar
|
build/SpigotInvTweaks-*.jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user