Skip to content

Commit

Permalink
persist artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixf1nity authored Nov 15, 2023
1 parent e5e9ead commit b78749c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,12 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: |
mvn -B package --file pom.xml
mkdir staging && cp target/*.jar staging
- name: Persist workflow data as artifacts
uses: actions/upload-artifact@v2
with:
name: github-actions-artifacts
path: staging

0 comments on commit b78749c

Please sign in to comment.