We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ad480 commit ebff064Copy full SHA for ebff064
.github/workflows/build.yml
@@ -28,3 +28,17 @@ jobs:
28
29
- name: Build
30
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
42
43
+ name: dumpsource2-windows
44
+ path: build/DumpSource2-*.exe
0 commit comments