mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 14:51:21 +00:00
Merge pull request #77 from bartvdbraak:fix/artifact-pattern
Fix path to pattern in download
This commit is contained in:
commit
e4db7338e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -159,7 +159,7 @@ jobs:
|
|||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist-*
|
||||
pattern: dist-*
|
||||
merge-multiple: true
|
||||
path: dist
|
||||
|
||||
|
|
Loading…
Reference in a new issue