From 87c87127b996b169ff123ef51931c37dae08f363 Mon Sep 17 00:00:00 2001 From: Carm <36306882+CarmJos@users.noreply.github.com> Date: Tue, 5 Oct 2021 18:14:41 +0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8993d77..5c9c927 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Java CI with Maven +name: Maven on: push: @@ -28,4 +28,4 @@ jobs: - uses: actions/upload-artifact@v2 with: name: Package - path: staging \ No newline at end of file + path: staging