Skip to content

Commit 13dc1fb

Browse files
committed
Fix build action for the proper spring-github-workflows dir path
1 parent 121ad82 commit 13dc1fb

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/spring-artifactory-gradle-build

1 file changed

+1
-1
lines changed

.github/actions/spring-artifactory-gradle-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
run: |
7070
echo Build and Publish
7171
72-
cp spring-github-workflows/utils/*.gradle $HOME/.gradle/init.d
72+
cp .github/spring-github-workflows/utils/*.gradle $HOME/.gradle/init.d
7373
7474
# See utils/deployment-repository-init.gradle
7575
gradle clean build ${{ inputs.gradleTasks }} publishAllPublicationsToDeploymentRepository

0 commit comments

Comments
 (0)