Skip to content

Commit 9fca0b8

Browse files
committed
ci: fix path
Signed-off-by: mikeee <[email protected]>
1 parent 53d32dd commit 9fca0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
: # Zip daprd/dashboard/placement/scheduler/sentry /dist/ appending _linux_amd64 to tar.gz
147147
mkdir ~/daprbundle/dist
148-
cd ~/dapr_runtime/dist/linux_amd64/release/
148+
cd dapr_runtime/dist/linux_amd64/release/
149149
for file in $(ls -1)
150150
do
151151
echo "packing $file"

0 commit comments

Comments
 (0)