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

Commit

Permalink
another fix on github actions release
Browse files Browse the repository at this point in the history
  • Loading branch information
lspgn committed Nov 24, 2020
1 parent 8f97106 commit 768d967
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -61,11 +61,8 @@ jobs:
script: |
const fs = require('fs').promises;
const upload_url = '${{ steps.create_release.outputs.upload_url }}';
console.log('created release', { release });
for (let file of await fs.readdir('./dist')) {
console.log('uploading', file);
await github.repos.uploadReleaseAsset({
url: upload_url,
name: file,
Expand Down

0 comments on commit 768d967

Please sign in to comment.