Skip to content

Commit

Permalink
fix build base ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jun 6, 2023
1 parent a174614 commit 668287a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-kube-ovn-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload image to artifact
uses: actions/upload-artifact@v3
with:
name: image-arm64
name: image-arm64-${{ matrix.branch }}
path: image-arm64.tar

push:
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Download image
uses: actions/download-artifact@v3
with:
name: image-amd64
name: image-amd64-${{ matrix.branch }}

- name: Download image
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 668287a

Please sign in to comment.