chore: update names in action.yml
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
d789b5ee64
commit
55fafa29c5
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@ jobs:
|
|||
build-gradle-project:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: apt 1
|
||||
- name: apt update
|
||||
run: apt update
|
||||
- name: apt 2
|
||||
run: apt upgrade -y
|
||||
- name: apt upgrade
|
||||
run: apt upgrade -y
|
||||
- name: install prerequisits
|
||||
run: apt install openjdk-17-jdk ca-certificates-java ssl-cert openssl ca-certificates -y
|
||||
- name: Checkout project sources
|
||||
|
@ -22,4 +22,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: lilJudd.jar
|
||||
path: build/libs/
|
||||
path: build/libs/
|
||||
|
|
Loading…
Reference in a new issue