mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
fix(ci): remove path parameter from download-artifact action in release workflow (#831)
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -213,7 +213,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: release-artifacts
|
||||
pattern: release-artifacts-*
|
||||
merge-multiple: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user