Skip to content

Commit

Permalink
[GitHub] Try to upload some artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 24, 2024
1 parent cb85892 commit ba3cbf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/windows-direct3d12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
- name: Dir
working-directory: Shader
run: dir Deployment
- uses: actions/upload-artifact@v4
with:
name: crashdump
path: Shader/Deployment/kinc.dmp
- uses: actions/upload-artifact@v4
with:
name: build
path: Shader/build/x64/Release/
- name: Check Shader
working-directory: Shader
run: magick compare -metric mae .\reference.png .\Deployment\test.png difference.png
Expand Down

0 comments on commit ba3cbf1

Please sign in to comment.