We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f254d0 commit d2bd78cCopy full SHA for d2bd78c
.github/workflows/pull_request_check.yml
@@ -77,6 +77,8 @@ jobs:
77
# upload-artifact will upload the one(s) that are actually present
78
path: |
79
tools/bamm-cli/target/bamm.exe
80
+ tools/bamm-cli/target/*.dll
81
+ tools/bamm-cli/target/lib/
82
83
- name: Upload binary (Linux/Mac)
84
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-latest'
0 commit comments