We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d32dd commit 9fca0b8Copy full SHA for 9fca0b8
.github/workflows/validate_examples.yaml
@@ -145,7 +145,7 @@ jobs:
145
146
: # Zip daprd/dashboard/placement/scheduler/sentry /dist/ appending _linux_amd64 to tar.gz
147
mkdir ~/daprbundle/dist
148
- cd ~/dapr_runtime/dist/linux_amd64/release/
+ cd dapr_runtime/dist/linux_amd64/release/
149
for file in $(ls -1)
150
do
151
echo "packing $file"
0 commit comments