Well, it's package-lock.json. Not package_lock.json

This commit is contained in:
Mathias Wagner
2022-04-10 00:05:27 +02:00
parent 93536d4405
commit 9d1bc2914b

View File

@@ -29,7 +29,7 @@ jobs:
run: sudo apt-get install zip
- name: Zip all files
run: zip -r MySpeed-${{ steps.get_version.outputs.version }}.zip build node_modules server package.json package_lock.json
run: zip -r MySpeed-${{ steps.get_version.outputs.version }}.zip build node_modules server package.json package-lock.json
- uses: "marvinpinto/action-automatic-releases@latest"
with: