We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56dcaf commit f569a25Copy full SHA for f569a25
lib/publish.ts
@@ -29,7 +29,7 @@ export async function publish(
29
const zipResult = config.withAssets
30
? await execa(
31
zipCommand,
32
- ['-qjr', path.join(releaseDir, `assets.zip`), assetDir],
+ ['-qr', path.join(releaseDir, `assets.zip`), '.'],
33
{
34
cwd: assetDir,
35
timeout: 30 * 1000,
0 commit comments