Skip to content

Commit 83d533a

Browse files
devonfw#1024: fixed github actions build
1 parent 95db76c commit 83d533a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-urls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'maven'
2626
- name: Build and run url updater
2727
run: |
28-
mvn -B -ntp -Dstyle.color=always -pl cli -am install
28+
mvn -B -ntp -Dstyle.color=always -pl url-updater -am install
2929
mvn -B -ntp -Dstyle.color=always -pl url-updater exec:java -Dexec.mainClass="com.devonfw.tools.ide.url.UpdateInitiator" -Dexec.args="../ide-urls PT5H30M"
3030
- name: Commit and push to ide-urls
3131
run: |

0 commit comments

Comments
 (0)