Skip to content

Commit

Permalink
fix: attemp to fix the release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent a4f4a1d commit 23cba8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
repo: '${{ github.event.repository.name }}',
release_id: release_id,
name: 'dist.zip',
data: '${{ github.workspace }}/dist.zip'
data: '@${{ github.workspace }}/dist.zip'
});
console.log(`Uploaded asset to release ${release_id}.`);
Expand All @@ -82,5 +82,5 @@ jobs:
}
let release_id = await getReleaseId();
console.log(`Release id: $release_id`)
console.log(`Release id: ${release_id}`)
await uploadReleaseAsset(release_id);

0 comments on commit 23cba8d

Please sign in to comment.