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 07ecb30 commit c11ddf6Copy full SHA for c11ddf6
.github/workflows/main.yml
@@ -28,8 +28,8 @@ jobs:
28
run: mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
29
- run: |
30
mkdir staging
31
- cp target/*.war staging
32
- cp target/*.zip staging
+ cp cics-java-liberty-restapp/target/*.war staging
+ cp cics-java-liberty-restapp/target/*.zip staging
33
- uses: actions/upload-artifact@v4
34
with:
35
name: cics-java-liberty-restapp (Maven, Java ${{ matrix.jdk }})
0 commit comments