mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 13:33:27 +00:00
fix nodejs zip path
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user