Skip to content

Commit 33f6a08

Browse files
authored
Fix path for build artifacts in CI (#75)
Fix path
1 parent 7043255 commit 33f6a08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
with:
182182
name: build-artifacts-${{ matrix.build-config }}
183183
path: |
184-
${{ env.BUILD_DIR }}/**/${{ matrix.build-config }}/**/*.exe
185-
${{ env.BUILD_DIR }}/**/${{ matrix.build-config }}/**/*.dll
184+
${{ env.BUILD_DIR }}/**/menu_bin/**/*.exe
185+
${{ env.BUILD_DIR }}/**/menu_bin/**/*.dll
186+
${{ env.BUILD_DIR }}/**/menu_bin/**/*.pdb
186187
retention-days: 7

0 commit comments

Comments
 (0)