Skip to content

Commit 4655a5a

Browse files
Store bundle ZIP artifact
1 parent d162bf2 commit 4655a5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/java.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
cache: maven
3232
- name: Build with Maven
3333
run: mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
34-
- run: mkdir staging && cp cics-java-liberty-link-app/target/*.war staging
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
3538
- uses: actions/upload-artifact@v4
3639
with:
3740
name: cics-java-liberty-link (Maven, Java ${{ matrix.jdk }})

0 commit comments

Comments
 (0)