Skip to content

Commit d32386f

Browse files
committed
build artifact for debugging
1 parent 7cbe5a8 commit d32386f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
run: |
4545
cmake --build build --config Release --parallel
4646
47+
- uses: actions/upload-artifact@v2
48+
with:
49+
name: mitsuba2-next-win64.zip
50+
path: build/Release/
51+
4752
- name: Run test suite
4853
run: |
4954
cd build/Release

0 commit comments

Comments
 (0)