Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blanexie authored Apr 28, 2024
1 parent d6467f0 commit 3b48a13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: https://uploads.github.com/repos/blanexie/qbtui/releases/tag/${{ github.event.release.tag }}/assets?name=dist.zip
asset_path: dist.zip
asset_name: ${{ github.event.release.tag }}

upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist.zip
asset_name: qbtui.zip
asset_content_type: application/zip



0 comments on commit 3b48a13

Please sign in to comment.