Typo in artifact command

Windows is degrading my brain
This commit is contained in:
Pazaz 2022-06-20 13:20:26 -04:00 committed by GitHub
parent 6fc7249cc3
commit 3f08a87a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
with: with:
arguments: build arguments: build
- run: move client/build/libs/client-*.jar client/build/libs/rt4-client.jar - run: mv client/build/libs/client-*.jar client/build/libs/rt4-client.jar
- run: sha256sum client/build/libs/rt4-client.jar | cut -d ' ' -f 1 | tr -d '\n' > client/build/libs/rt4-client.jar.sha256 - run: sha256sum client/build/libs/rt4-client.jar | cut -d ' ' -f 1 | tr -d '\n' > client/build/libs/rt4-client.jar.sha256
- name: Upload a Build Artifact - name: Upload a Build Artifact