From f8ed8478575f819604c5f5d2cbfd5bace3fa56dd Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel <34905970+ham1255@users.noreply.github.com> Date: Thu, 13 May 2021 22:16:38 +0400 Subject: [PATCH] Last commit on the action workflow sorry :/ --- .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 df39163..9645a36 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,9 +24,9 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Download a Build Artifact - uses: actions/download-artifact@v2.0.9 + uses: actions/upload-artifact@v2.2.3 with: # Artifact name name: Redis_JAR # Destination path - path: target/* + path: target/RedisBungee*