Skip to content

Commit 18ab260

Browse files
devonfw#427: fixed syntax
1 parent aa5e13e commit 18ab260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/download-artifact@v4
6464
with:
6565
name: docs
66-
- run: |
66+
run: |
6767
mkdir -p ./cli/target/package
6868
mv ./docs/*.pdf ./cli/target/package
6969
- name: Build native image
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/download-artifact@v4
9696
with:
9797
pattern: natives-*
98-
- run: |
98+
run: |
9999
mvn -B -ntp -Dstyle.color=always install
100100
mv ./natives-windows-latest/* ./cli/target/
101101
mv ./natives-ubuntu-latest/* ./cli/target/

0 commit comments

Comments
 (0)