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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user