Skip to content

Commit ebff064

Browse files
committed
Upload artifacts
1 parent b7ad480 commit ebff064

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,17 @@ jobs:
2828

2929
- name: Build
3030
run: cmake --build build --parallel 4
31+
32+
- name: Upload artifacts (Linux)
33+
if: matrix.os == 'ubuntu-latest'
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: dumpsource2-linux
37+
path: build/DumpSource2-*
38+
39+
- name: Upload artifacts (Windows)
40+
if: matrix.os == 'windows-latest'
41+
uses: actions/upload-artifact@v4
42+
with:
43+
name: dumpsource2-windows
44+
path: build/DumpSource2-*.exe

0 commit comments

Comments
 (0)