Skip to content

Commit

Permalink
Copy test runner and icd to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Nov 26, 2024
1 parent 628e812 commit cab8f33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
mv ${{ matrix.config.build_dir }}/linux/x64/output/bin gfxreconstruct-dev
mv ${{ matrix.config.build_dir }}/linux/x64/output/lib*/*.so gfxreconstruct-dev/
mv ${{ matrix.config.build_dir }}/linux/x64/output/share/vulkan/explicit_layer.d/*.json gfxreconstruct-dev/
mv ${{ matrix.config.build_dir }}/linux/x64/output/test/gfxrecon-testapp-runner gfxreconstruct-dev/
mv ${{ matrix.config.build_dir }}/test/gfxrecon-testapp-runner gfxreconstruct-dev/
mv ${{ matrix.config.build_dir }}/test/icd/VkICD_mock_icd.json gfxreconstruct-dev/
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cab8f33

Please sign in to comment.