Skip to content

Commit

Permalink
devonfw#563: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Nov 6, 2024
1 parent f82ebea commit d34945c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
with:
pattern: natives-*
path: ./cli/target/
- run: |
cd cli
mvn -B -ntp -Dstyle.color=always -Passembly package -DskipTests
- name: Upload project
- name: Create assemblies
run: |
mvn -B -ntp -Dstyle.color=always -Passembly install -DskipTests
- name: Upload project (for tests only)
uses: actions/upload-artifact@v4
with:
path: ./cli/target/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<executions>
<execution>
<id>create-distribution</id>
<phase>package</phase>
<phase>install</phase>
<goals>
<goal>single</goal>
</goals>
Expand Down

0 comments on commit d34945c

Please sign in to comment.