Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
remove artifact upload
  • Loading branch information
martinhell79 authored Nov 6, 2023
1 parent 357be57 commit e9cd6ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Build with Maven
run: mvn -B clean package --file pom.xml

- name: Upload JAR artifact
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: target/*.jar
#- name: Upload JAR artifact
# uses: actions/upload-artifact@v3
# with:
# name: my-artifact
# path: target/*.jar

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
# - name: Update dependency graph
Expand Down

0 comments on commit e9cd6ec

Please sign in to comment.