Skip to content

Commit

Permalink
Upload artifacts built in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Feb 3, 2025
1 parent 843d022 commit 5b32e3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/concurro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ jobs:
java-version: 21
- name: Build with Maven
run: mvn -V -ntp -P staging -Ddash.skip verify
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: glassfish-concurro
path: target/*.jar
retention-days: 7

0 comments on commit 5b32e3b

Please sign in to comment.