Skip to content

Commit c11ddf6

Browse files
authored
Update main.yml
1 parent 07ecb30 commit c11ddf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
2929
- run: |
3030
mkdir staging
31-
cp target/*.war staging
32-
cp target/*.zip staging
31+
cp cics-java-liberty-restapp/target/*.war staging
32+
cp cics-java-liberty-restapp/target/*.zip staging
3333
- uses: actions/upload-artifact@v4
3434
with:
3535
name: cics-java-liberty-restapp (Maven, Java ${{ matrix.jdk }})

0 commit comments

Comments
 (0)