Skip to content

Commit

Permalink
Merge pull request #36999 from gsmet/upload-ide-launcher
Browse files Browse the repository at this point in the history
Build cache - Upload quarkus-ide-launcher-999-SNAPSHOT.jar
  • Loading branch information
gsmet authored Nov 10, 2023
2 parents c28838a + b259b9a commit ee5fc16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,12 @@ jobs:
uses: gradle/github-actions/maven-build-scan/save@v1-beta
with:
job-name: "JVM Tests - JDK ${{matrix.java.name}}"
- name: Upload quarkus-ide-launcher jar
uses: actions/upload-artifact@v3
with:
name: "quarkus-ide-launcher-999-SNAPSHOT.jar - JDK ${{matrix.java.name}}"
path: |
core/launcher/target/quarkus-ide-launcher-999-SNAPSHOT.jar
maven-tests:
name: Maven Tests - JDK ${{matrix.java.name}}
Expand Down

0 comments on commit ee5fc16

Please sign in to comment.