mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-01-11 20:10:18 +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 }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./node.zip
|
||||
asset_path: ./nodejs.zip
|
||||
asset_name: simple-proxy-nodejs.zip
|
||||
asset_content_type: application/zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue