Skip to content

Commit

Permalink
Build cache - Upload quarkus-ide-launcher-999-SNAPSHOT.jar
Browse files Browse the repository at this point in the history
This will be used for debug.
  • Loading branch information
gsmet authored and computerlove committed Nov 27, 2023
1 parent 54e7045 commit ae24700
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 ae24700

Please sign in to comment.