Skip to content

Commit 48e9fdf

Browse files
authored
Added the node_modules back to the zip file
1 parent 27bed9d commit 48e9fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: sudo apt-get install zip
3030

3131
- name: Zip all files
32-
run: zip -r MySpeed-${{ steps.get_version.outputs.version }}.zip build server package.json package-lock.json
32+
run: zip -r MySpeed-${{ steps.get_version.outputs.version }}.zip build node_modules server package.json package-lock.json
3333

3434
- uses: "marvinpinto/action-automatic-releases@latest"
3535
with:
@@ -38,4 +38,4 @@ jobs:
3838
prerelease: false
3939
title: Release ${{ steps.get_version.outputs.version }}
4040
files: |
41-
./MySpeed-*zip
41+
./MySpeed-*zip

0 commit comments

Comments
 (0)