We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acb8025 + 80efd20 commit 8bb6568Copy full SHA for 8bb6568
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Upload Single-Platform Package
119
uses: actions/upload-artifact@v4
120
with:
121
- name: packages
+ name: package-${{ matrix.arch }}
122
path: "*.xpkg"
123
if-no-files-found: error
124
retention-days: 1
@@ -137,8 +137,8 @@ jobs:
137
- name: Download Single-Platform Packages
138
uses: actions/download-artifact@v4
139
140
141
path: .
+ merge-multiple: true
142
143
- name: Setup the Crossplane CLI
144
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
0 commit comments