We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7043255 commit 33f6a08Copy full SHA for 33f6a08
.github/workflows/build.yml
@@ -181,6 +181,7 @@ jobs:
181
with:
182
name: build-artifacts-${{ matrix.build-config }}
183
path: |
184
- ${{ env.BUILD_DIR }}/**/${{ matrix.build-config }}/**/*.exe
185
- ${{ env.BUILD_DIR }}/**/${{ matrix.build-config }}/**/*.dll
+ ${{ env.BUILD_DIR }}/**/menu_bin/**/*.exe
+ ${{ env.BUILD_DIR }}/**/menu_bin/**/*.dll
186
+ ${{ env.BUILD_DIR }}/**/menu_bin/**/*.pdb
187
retention-days: 7
0 commit comments