Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo authored Nov 23, 2023
1 parent 096e46a commit f99af42
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml

# Create environment file to disable zip packaging
- name: Disable Zip Packaging
run: echo 'ZIP_COMMAND=false' >> $GITHUB_ENV
if: always()

- name: Upload Jar file
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f99af42

Please sign in to comment.