Skip to content

Commit

Permalink
Zip up linux CI build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Apr 4, 2023
1 parent 6acf068 commit d2c7264
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ jobs:
run: |
cmake --build build --target install -j 2
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }}
path: build/install


macos:
runs-on: macos-latest
Expand Down

0 comments on commit d2c7264

Please sign in to comment.