Fix bug in GH workflow
This commit is contained in:
parent
a1cd3a476b
commit
6295fa609c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
- name: Rename Artifacts
|
||||
run: |
|
||||
cd build
|
||||
mv out.jar $(sha1sum build.jar | sed "s/\([^ ]*\) .*/SpigotInvTweaks-\\1.jar/g")
|
||||
mv build.jar $(sha1sum build.jar | sed "s/\([^ ]*\) .*/SpigotInvTweaks-\\1.jar/g")
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user