Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Dec 9, 2024
1 parent a626d1d commit 8020f96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ jobs:
with:
name: debug-symbols
path: |
"${{ env.CMAKE_BUILD_DIR }}/**/*.exe"
"${{ env.CMAKE_BUILD_DIR }}/**/*.pdb"
"${{ env.CMAKE_BUILD_DIR }}/**/*.dll"
"${{ env.CMAKE_BUILD_DIR }}/**/*.lib"
${{ env.CMAKE_BUILD_DIR }}/**/*.exe
${{ env.CMAKE_BUILD_DIR }}/**/*.pdb
${{ env.CMAKE_BUILD_DIR }}/**/*.dll
${{ env.CMAKE_BUILD_DIR }}/**/*.lib
# if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') && env.ARTIFACT_NAME != null

upload_debug_symbols:
Expand Down

0 comments on commit 8020f96

Please sign in to comment.