Skip to content

Commit

Permalink
ci/release: don't put vm-builder binary into root dir (#1117)
Browse files Browse the repository at this point in the history
Since last release, vm-builder directory was moved into root
of the repo. Because of this, we can't download vm-builder during
release pipeline, this name is already occupied by a dir.

This was caused by the following commit:
a2f53e3 Flatten & unify component structure (#961)

Signed-off-by: Oleg Vasilev <[email protected]>
  • Loading branch information
Omrigan committed Oct 18, 2024
1 parent 5e5465b commit b319c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: vm-builder
path: .
path: vm-builder

- name: download manifests
uses: actions/download-artifact@v4
Expand All @@ -84,7 +84,7 @@ jobs:
with:
fail_on_unmatched_files: true
files: |
vm-builder
vm-builder/vm-builder
rendered_manifests/autoscale-scheduler.yaml
rendered_manifests/autoscaler-agent.yaml
rendered_manifests/neonvm.yaml
Expand Down

0 comments on commit b319c0b

Please sign in to comment.