From 92a8dd2a2cb7539973870cef459aca87c283bcc8 Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Tue, 28 May 2024 11:26:00 +0100 Subject: [PATCH] fix package issue in ci Signed-off-by: Steven Borrelli --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a38d59a..a99400d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: - name: Upload Single-Platform Package uses: actions/upload-artifact@v4 with: - name: packages + name: package-${{ matrix.arch }} path: "*.xpkg" if-no-files-found: error retention-days: 1 @@ -137,13 +137,13 @@ jobs: - name: Download Single-Platform Packages uses: actions/download-artifact@v4 with: - name: packages path: . + merge-multiple: true - name: Setup the Crossplane CLI run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh" - - name: Login to Dockerhub + - name: Login to Upbound uses: docker/login-action@v3 if: env.XPKG_ACCESS_ID != '' with: