Skip to content

Commit 760cd91

Browse files
authored
Merge pull request #248 from semantic-release/fix/asset-publish
Test standardization and improvement
2 parents 3a14aa1 + 0a5a5db commit 760cd91

6 files changed

+817
-2867
lines changed

lib/publish.ts

+1-1
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)