Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit d9745bf

Browse files
committed
make _dist dir in release workflow
1 parent 47be03e commit d9745bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
echo "RUNNER_OS=$OS" >> $GITHUB_ENV
2525
- name: copy release workload assets into _dist
2626
run: |
27+
mkdir -p _dist
2728
cp ./deployments/workloads/spin/runtime.yaml _dist/spin_runtime.yaml
2829
cp ./deployments/workloads/spin/workload.yaml _dist/spin_workload.yaml
2930
cp ./deployments/workloads/slight/runtime.yaml _dist/slight_runtime.yaml

0 commit comments

Comments
 (0)