Skip to content

Commit b3b488a

Browse files
committed
dsf
1 parent f37fa05 commit b3b488a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/maven-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
- name: Build with Maven (Java 17)
2525
run: mvn -B package --file com.googlecode.cppcheclipse.parent/pom.xml
2626

27-
- name: List files
28-
run: find -name \*
29-
3027
- uses: actions/upload-artifact@v4
3128
with:
32-
name: target
33-
path: com.googlecode.cppcheclipse.repository/target
29+
name: cppcheclipse-repository
30+
path: com.googlecode.cppcheclipse.repository/target/com.googlecode.cppcheclipse.repository-*-SNAPSHOT.zip
3431

0 commit comments

Comments
 (0)