We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a29367 commit a4c16d9Copy full SHA for a4c16d9
.github/workflows/java.yaml
@@ -26,14 +26,6 @@ jobs:
26
cache: maven
27
- name: Build with Maven
28
run: mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
29
- - run: |
30
- mkdir staging
31
- cp cics-java-liberty-link-app/target/*.war staging
32
- cp cics-java-liberty-link-bundle/target/*.zip staging
33
- - uses: actions/upload-artifact@v4
34
- with:
35
- name: cics-java-liberty-link (Maven, Java ${{ matrix.jdk }})
36
- path: staging
37
38
build-gradle:
39
name: Build Gradle
0 commit comments