Skip to content

Commit

Permalink
ci: put vm-builder in a dir
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Vasilev <[email protected]>
  • Loading branch information
Omrigan committed Oct 18, 2024
1 parent 5e5465b commit 5d80391
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 5d80391

Please sign in to comment.