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

Commit 95bc702

Browse files
committed
Use a path declaration for each binary in release action
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
1 parent 7d738fe commit 95bc702

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/*/docker-scan-*"
98+
artifacts: "dist/docker-scan-macos-latest/*, dist/docker-scan-linux-latest/*, dist/docker-scan-windows-latest/*"
9999
prerelease: true
100100
draft: true
101101
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)