Skip to content

Commit 92d00f5

Browse files
committed
download only the specific file and not the whole directory
Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
1 parent ef56a3c commit 92d00f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Download Single-Platform Packages
9292
uses: actions/download-artifact@v4
9393
with:
94-
path: .
94+
path: "*.xpkg"
9595
merge-multiple: true
9696

9797
- name: Setup the Crossplane CLI

0 commit comments

Comments
 (0)