Skip to content

Commit b174fab

Browse files
Fix workflow and permissions.
1 parent a514ab9 commit b174fab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: maven
3636
- name: Build with Maven
3737
run: mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
38-
- run: mkdir staging && cp target/*.war staging
38+
- run: mkdir staging && cp ./cics-eventprocessing-java-webapp/target/*.war staging
3939
- uses: actions/upload-artifact@v4
4040
with:
4141
name: cics-java-liberty-sprintboot-jdbc (Maven, Java ${{ matrix.jdk }})

cics-eventprocessing-java/mvnw

100644100755
File mode changed.

0 commit comments

Comments
 (0)