We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a2303 commit d43763eCopy full SHA for d43763e
.github/workflows/build.yml
@@ -44,6 +44,10 @@ jobs:
44
source PawPaw/local.env ${{ matrix.target }}
45
${CMAKE} -S . -B build
46
cmake --build build -j
47
+ - uses: actions/upload-artifact@v3
48
+ with:
49
+ name: ${{ matrix.target }}
50
+ path: build/bin
51
52
macos:
53
strategy:
@@ -75,6 +79,10 @@ jobs:
75
79
76
80
77
81
82
83
84
85
78
86
87
windows:
88
@@ -115,3 +123,7 @@ jobs:
115
123
116
124
117
125
126
127
128
129
0 commit comments