1
0
mirror of https://github.com/cloudflare/gortr.git synced 2024-05-19 06:50:10 +00:00

another fix on github actions release

This commit is contained in:
Louis
2020-11-24 13:34:45 -08:00
committed by GitHub
parent 8f9710679d
commit 768d967611

View File

@ -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,