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 4655a5a commit 8b94094Copy full SHA for 8b94094
.github/workflows/java.yaml
@@ -33,8 +33,8 @@ jobs:
33
run: mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
34
- run: |
35
mkdir staging
36
- && cp cics-java-liberty-link-app/target/*.war staging
37
- && cp cics-java-liberty-link-bundle/target/*.zip staging
+ cp cics-java-liberty-link-app/target/*.war staging
+ cp cics-java-liberty-link-bundle/target/*.zip staging
38
- uses: actions/upload-artifact@v4
39
with:
40
name: cics-java-liberty-link (Maven, Java ${{ matrix.jdk }})
0 commit comments