We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb67578 commit cd72894Copy full SHA for cd72894
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,13 @@ jobs:
32
- uses: actions/download-artifact@v8
33
with:
34
name: Library
35
- - run: ./mvnw install:install-file -Dfile=system-lambda-1.2.1.jar -DgroupId=com.github.stefanbirkner -DartifactId=system-lambda -Dversion=1.2.1 -Dpackaging=jar -DgeneratePom=true
+ - run: |
36
+ ./mvnw install:install-file \
37
+ -Dfile=system-lambda-1.2.1.jar \
38
+ -DgroupId=com.github.stefanbirkner \
39
+ -DartifactId=system-lambda \
40
+ -Dversion=1.2.1 \
41
+ -Dpackaging=jar \
42
+ -DgeneratePom=true
43
- run: ls -al .
44
0 commit comments