Skip to content

Commit cd72894

Browse files
committed
multiline
1 parent cb67578 commit cd72894

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
- uses: actions/download-artifact@v8
3333
with:
3434
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
35+
- 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
3643
- run: ls -al .
3744

0 commit comments

Comments
 (0)