diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 60e0e76eb..7076d23a6 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -19,7 +19,6 @@ jobs: java: [ '17' ] steps: - - uses: azure/setup-kubectl@v4 with: id: install @@ -40,11 +39,11 @@ jobs: - name: Maven install dependencies run: ./mvnw clean install package - - name: Upload JAR artifact - uses: actions/upload-artifact@4 - with: - name: grid-capstone - path: ./target/*.jar + # - name: Upload JAR artifact + # uses: actions/upload-artifact@4 + # with: + # name: grid-capstone + # path: ./target/*.jar - name: Azure CLI script uses: azure/cli@v2