Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7d738fe

Browse files
committed
Be more specific in binaries path in release action
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
1 parent afa9384 commit 7d738fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-weekly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Ship it
9696
uses: ncipollo/release-action@v1
9797
with:
98-
artifacts: "dist/*"
98+
artifacts: "dist/*/docker-scan-*"
9999
prerelease: true
100100
draft: true
101101
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)