Skip to content

Commit

Permalink
Update maintainance workflow with correct report dir
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Nov 10, 2023
1 parent a53eede commit 4858bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: chmod +x ./gradlew

- name: Check for release dependencies
run: ./gradlew :daraja:dependencyUpdates -Drevision=release -DoutputFormatter=html -DreportfileName=dependencies_report -DoutputDir=build/reports --stacktrace
run: ./gradlew :daraja:dependencyUpdates -Drevision=release -DoutputFormatter=html -DreportfileName=dependencies_report --stacktrace

- name: Upload dependencies report artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4858bb9

Please sign in to comment.