diff --git a/.github/workflows/concurro.yml b/.github/workflows/concurro.yml index 10e3f48..4aaf036 100644 --- a/.github/workflows/concurro.yml +++ b/.github/workflows/concurro.yml @@ -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