Skip to content

Commit a4c16d9

Browse files
authored
Removing staging upload
1 parent 4a29367 commit a4c16d9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/java.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
cache: maven
2727
- name: Build with Maven
2828
run: mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
29-
- run: |
30-
mkdir staging
31-
cp cics-java-liberty-link-app/target/*.war staging
32-
cp cics-java-liberty-link-bundle/target/*.zip staging
33-
- uses: actions/upload-artifact@v4
34-
with:
35-
name: cics-java-liberty-link (Maven, Java ${{ matrix.jdk }})
36-
path: staging
3729

3830
build-gradle:
3931
name: Build Gradle

0 commit comments

Comments
 (0)