Skip to content

Commit

Permalink
Added the node_modules back to the zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt authored May 9, 2022
1 parent 27bed9d commit 48e9fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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:
Expand All @@ -38,4 +38,4 @@ jobs:
prerelease: false
title: Release ${{ steps.get_version.outputs.version }}
files: |
./MySpeed-*zip
./MySpeed-*zip

0 comments on commit 48e9fdf

Please sign in to comment.