fix nodejs zip path

This commit is contained in:
mrjvs
2023-10-16 20:15:39 +02:00
parent 3678522e20
commit 3e8d413a87

View File

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