fix(ci): remove path parameter from download-artifact action in release workflow (#831)

This commit is contained in:
zach
2025-02-10 10:28:23 -08:00
committed by GitHub
parent 4e638e14b1
commit b249f09b90

View File

@@ -213,7 +213,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: release-artifacts
pattern: release-artifacts-*
merge-multiple: true