Skip to content

Commit ff1f9b2

Browse files
committed
fix showcase paths
1 parent 7578bbb commit ff1f9b2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/sdk-platform-java-ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
- main
55
pull_request:
66
name: sdk-platform-java-ci
7-
defaults:
8-
run:
9-
working-directory: sdk-platform-java
107
jobs:
118
filter:
129
runs-on: ubuntu-latest

sdk-platform-java/java-showcase/scripts/generate_showcase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ else
6565
# we prepare the temp folder with the minimal setup to perform an incremental
6666
# generation.
6767
pushd "${ROOT_DIR}"
68-
cp -r generation_config.yaml java-showcase/ versions.txt "${generated_files_dir}"
68+
cp -r generation_config.yaml sdk-platform-java/java-showcase/ versions.txt "${generated_files_dir}"
6969
popd #ROOT_DIR
7070
fi
7171

0 commit comments

Comments
 (0)