Skip to content

Commit d2bd78c

Browse files
committed
Include dlls and lib folder in Windows artifact
1 parent 5f254d0 commit d2bd78c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
# upload-artifact will upload the one(s) that are actually present
7878
path: |
7979
tools/bamm-cli/target/bamm.exe
80+
tools/bamm-cli/target/*.dll
81+
tools/bamm-cli/target/lib/
8082
8183
- name: Upload binary (Linux/Mac)
8284
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)