We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693534c commit c5f0c41Copy full SHA for c5f0c41
1 file changed
.github/workflows/build-release.yml
@@ -32,6 +32,7 @@ jobs:
32
run: |
33
mkdir -p src/main/resources/native
34
copy build\Release\SMTC4J.dll src\main\resources\native\SMTC4J.dll
35
+ copy build\Release\SMTC4J.dll .
36
37
- name: Build Java JAR
38
run: ./gradlew clean build
0 commit comments