From 76571f10e4660fce11c1d1f16f1e04e58577d190 Mon Sep 17 00:00:00 2001 From: moonleay Date: Sun, 17 Sep 2023 13:22:34 +0200 Subject: [PATCH] chore: update names in action.yml Signed-off-by: moonleay --- .forgejo/workflows/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index d9e4272..222014e 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -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/ \ No newline at end of file + path: build/libs/