Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huanli233 authored Mar 23, 2024
1 parent 542c74b commit a49c03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with Maven
name: Build Package

on:
push:
Expand All @@ -32,6 +32,6 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.1
with:
name: dist-without-markdown
name: target-build
path: |
target

0 comments on commit a49c03e

Please sign in to comment.