From 5f07ba6b66f937dcef068c699b9003ed0a722880 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Fri, 15 Jul 2022 10:13:08 +0400 Subject: [PATCH] fix the worker file --- .github/workflows/maven.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 80835f3..32d6f39 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: RedisBungee Build on: push: - branches: [ master ] + branches: [ develop ] pull_request: - branches: [ master ] + branches: [ develop ] jobs: build: @@ -19,7 +19,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v2 with: - java-version: '8' + java-version: '11' distribution: 'adopt' - name: Build with Maven run: mvn -B package --file pom.xml @@ -27,6 +27,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 with: # Artifact name - name: Redis_JAR + name: RedisBungee-Bungee # Destination path - path: target/RedisBungee* + path: RedisBungee-Bungee/target/* +