Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 768d967

Browse files
authored
another fix on github actions release
1 parent 8f97106 commit 768d967

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,8 @@ jobs:
6161
script: |
6262
const fs = require('fs').promises;
6363
const upload_url = '${{ steps.create_release.outputs.upload_url }}';
64-
console.log('created release', { release });
65-
6664
for (let file of await fs.readdir('./dist')) {
6765
console.log('uploading', file);
68-
6966
await github.repos.uploadReleaseAsset({
7067
url: upload_url,
7168
name: file,

0 commit comments

Comments
 (0)