Skip to content

Commit

Permalink
ci: upload built binary to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyangli committed Dec 18, 2024
1 parent e933eae commit e178b8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,10 @@ jobs:
run: |
nix develop --no-use-registries /tmp/env/openperf-env-${{ matrix.arch }} --impure --command make ARCH=${{ matrix.arch }} mainargs=${{ matrix.test_size }} run
- name: Upload built binary
uses: actions/upload-artifact@v4
with:
name: openperf-binary-${{ matrix.arch }}-${{ matrix.test_size }}
path: |
openperf/src/**/build/*-${{ matrix.arch }}*

0 comments on commit e178b8a

Please sign in to comment.