mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-04-21 04:02:24 +00:00
fix nodejs zip path
This commit is contained in:
parent
3678522e20
commit
3e8d413a87
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -76,6 +76,6 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./node.zip
|
asset_path: ./nodejs.zip
|
||||||
asset_name: simple-proxy-nodejs.zip
|
asset_name: simple-proxy-nodejs.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue