Skip to content

Commit

Permalink
Merge pull request #17 from crossplane-contrib/ci-fix
Browse files Browse the repository at this point in the history
fix package issue in ci
  • Loading branch information
stevendborrelli authored May 28, 2024
2 parents 97306df + 92a8dd2 commit 8f16e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 8f16e30

Please sign in to comment.