Fix verify-staged-artifacts.yml for the proper path

The Gradle command must be called in the `samples/time-spel-log` directory
This commit is contained in:
Artem Bilan
2024-03-28 13:04:31 -04:00
parent c560808ec1
commit dfca636b9e

View File

@@ -46,4 +46,4 @@ jobs:
sed -i "1,/springFunctionsCatalogVersion.*/s/springFunctionsCatalogVersion.*/springFunctionsCatalogVersion='${{ inputs.releaseVersion }}'/" build.gradle
- name: Verify time-spel-log sample against staged release
run: gradle check --init-script staging-repo-init.gradle
run: cd samples/time-spel-log && gradle check --init-script staging-repo-init.gradle