Skip to content

Commit

Permalink
Merge pull request #248 from semantic-release/fix/asset-publish
Browse files Browse the repository at this point in the history
Test standardization and improvement
  • Loading branch information
seebeen authored Sep 21, 2024
2 parents 3a14aa1 + 0a5a5db commit 760cd91
Show file tree
Hide file tree
Showing 6 changed files with 817 additions and 2,867 deletions.
2 changes: 1 addition & 1 deletion lib/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function publish(
const zipResult = config.withAssets
? await execa(
zipCommand,
['-qjr', path.join(releaseDir, `assets.zip`), assetDir],
['-qr', path.join(releaseDir, `assets.zip`), '.'],
{
cwd: assetDir,
timeout: 30 * 1000,
Expand Down
Loading

0 comments on commit 760cd91

Please sign in to comment.