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 93a97da commit 7bd8ac0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,18 @@ jobs:
sonar-scanner \
--define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
--define sonar.coverageReportPaths=coverage.xml
- name : zip-output
archive :
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: vimtor/action-zip@v1
with:
files: /tmp/NGL
recursive: true
dest: NGL-Linux.zip
- name : upload-zip
- uses: actions/upload-artifact@v1
with:
name: NGL-Linux.zip
path: ${{ github.workspace }}/NGL-Linux.zip
with:
name: NGL-Linux.zip
path: ${{ github.workspace }}/NGL-Linux.zip

0 comments on commit 7bd8ac0

Please sign in to comment.