This repository was archived by the owner on Jul 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 40
40
cp bin/containerd-shim-*-v1 _dist/
41
41
cd _dist
42
42
tar czf containerd-wasm-shims-v1-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-amd64.tar.gz containerd-shim-*-v1
43
+ - name : copy release workload assets into _dist
44
+ run : |
45
+ cp ./deployments/workloads/spin/runtime.yaml _dist/spin_runtime.yaml
46
+ cp ./deployments/workloads/spin/workload.yaml _dist/spin_workload.yaml
47
+ cp ./deployments/workloads/slight/runtime.yaml _dist/slight_runtime.yaml
48
+ cp ./deployments/workloads/slight/workload.yaml _dist/slight_workload.yaml
43
49
- name : create release
44
50
env :
45
51
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -48,10 +54,10 @@ jobs:
48
54
--generate-notes \
49
55
-p \
50
56
_dist/containerd-wasm-shims-v1-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-amd64.tar.gz#containerd-wasm-shims-v1 \
51
- ./deployments/workloads/spin/runtime .yaml#example-spin-runtimes \
52
- ./deployments/workloads/spin/workload .yaml#example-spin-workloads \
53
- ./deployments/workloads/slight/runtime .yaml#example-slight-runtimes \
54
- ./deployments/workloads/slight/workload .yaml#example-slight-workloads
57
+ _dist/spin_runtime .yaml#example-spin-runtimes \
58
+ _dist/spin_workload .yaml#example-spin-workloads \
59
+ _dist/slight_runtime .yaml#example-slight-runtimes \
60
+ _dist/slight_workload .yaml#example-slight-workloads
55
61
- name : setup buildx
56
62
uses : docker/setup-buildx-action@v2
57
63
- name : login to GitHub container registry
You can’t perform that action at this time.
0 commit comments