Skip to content

Commit aa534fc

Browse files
tlhunterclaudeszegedi
committed
fix(ci): set explicit path for download-artifact in release workflow (#110)
download-artifact v8 no longer extracts artifacts into an artifact-named subdirectory by default, causing the publish job to fail with "cannot access './prebuilds'". Explicitly set name and path to restore the expected behavior. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Attila Szegedi <szegedi@users.noreply.github.com>
1 parent 166bccf commit aa534fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
45+
with:
46+
name: prebuilds
47+
path: prebuilds
4548
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4649
with:
4750
node-version: '24'

0 commit comments

Comments
 (0)