From 7e762e8f697da6c53d1b8cc852e27ef5f1fe79f5 Mon Sep 17 00:00:00 2001 From: Optic_Fusion1 <37254722+OpticFusion1@users.noreply.github.com> Date: Fri, 5 Aug 2022 06:31:54 -0400 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b6d9e51..8aebbaa 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,6 @@ jobs: java-version: 17 - name: Build with Maven run: | - cd MCAntiMalware-Core mvn -B package --file pom.xml - name: Create Release id: create_release @@ -47,6 +46,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./MCAntiMalware-Core/target/MCAntiMalware.jar - asset_name: MCAntiMalware.jar + asset_path: ./target/kitsune.jar + asset_name: kitsune.jar asset_content_type: application/zip