mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-05 12:39:40 -06:00
Well, it's package-lock.json. Not package_lock.json
This commit is contained in:
2
.github/workflows/create_release.yml
vendored
2
.github/workflows/create_release.yml
vendored
@@ -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