Skip to content

Commit 8a3b361

Browse files
committed
Fix binary download directory in release workflow
Signed-off-by: David Son <davbson@amazon.com>
1 parent 39548da commit 8a3b361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/releases.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- uses: actions/download-artifact@v4
5353
with:
5454
name: artifacts
55+
path: release/
5556
- run: bash scripts/verify-release-artifacts.sh ${{ needs.generate-artifacts.outputs.release_tag }}
5657

5758
create-release:

0 commit comments

Comments
 (0)