We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecce65e commit cb67578Copy full SHA for cb67578
1 file changed
.github/workflows/ci.yml
@@ -32,5 +32,6 @@ 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
36
- run: ls -al .
37
0 commit comments