mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-04-30 08:49:43 -05:00
Well, it's package-lock.json. Not package_lock.json
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user