Skip to content

Commit

Permalink
updated linux CI to try and generate zip for testing demos
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacey committed May 10, 2023
1 parent 44f7d2d commit 32e0c2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
--define sonar.coverageReportPaths=coverage.xml
- name: Zip Folder
run: zip -r NGLLinux.zip /tmp/NGL/
run: |
zip -r NGLLinux.zip /tmp/NGL/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 32e0c2b

Please sign in to comment.