Skip to content

Commit

Permalink
Merge pull request #103 from pzygielo/upart
Browse files Browse the repository at this point in the history
Upload artifacts built in workflow
  • Loading branch information
arjantijms authored Feb 5, 2025
2 parents 1146045 + 5b32e3b commit af40c4c
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 af40c4c

Please sign in to comment.