Skip to content

Commit

Permalink
Release: Fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
margau committed Apr 12, 2020
1 parent 9f2ad4f commit ef18273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-meshviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run gulp
- run: "zip -r -j meshviewer-build.zip build/*"
- run: "cd build; zip -r ../meshviewer-build.zip .; cd .."
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit ef18273

Please sign in to comment.