We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37fa05 commit b3b488aCopy full SHA for b3b488a
.github/workflows/maven-ci.yml
@@ -24,11 +24,8 @@ jobs:
24
- name: Build with Maven (Java 17)
25
run: mvn -B package --file com.googlecode.cppcheclipse.parent/pom.xml
26
27
- - name: List files
28
- run: find -name \*
29
-
30
- uses: actions/upload-artifact@v4
31
with:
32
- name: target
33
- path: com.googlecode.cppcheclipse.repository/target
+ name: cppcheclipse-repository
+ path: com.googlecode.cppcheclipse.repository/target/com.googlecode.cppcheclipse.repository-*-SNAPSHOT.zip
34
0 commit comments