Skip to content

Commit f569a25

Browse files
committed
fix:: Fixed asset file package and publish
1 parent c56dcaf commit f569a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function publish(
2929
const zipResult = config.withAssets
3030
? await execa(
3131
zipCommand,
32-
['-qjr', path.join(releaseDir, `assets.zip`), assetDir],
32+
['-qr', path.join(releaseDir, `assets.zip`), '.'],
3333
{
3434
cwd: assetDir,
3535
timeout: 30 * 1000,

0 commit comments

Comments
 (0)