We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001ae7a commit f8aae10Copy full SHA for f8aae10
.github/workflows/build.yml
@@ -290,6 +290,12 @@ jobs:
290
# after the first wildcard pattern"
291
# See also https://github.com/actions/upload-artifact/issues/248
292
path: installer/mac/*.app
293
+ - name: upload debug symbols Win
294
+ if: ${{ matrix.os == 'windows-latest' }}
295
+ uses: actions/upload-artifact@v4
296
+ with:
297
+ name: windows_debug_symbols
298
+ path: build/*/*.pdb
299
outputs:
300
version: ${{ env.version }}
301
# These will only be set for snapshot builds. Furthermore, each OS job
0 commit comments