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: