We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edec9a commit fa9d426Copy full SHA for fa9d426
1 file changed
.github/workflows/build-release.yml
@@ -41,7 +41,7 @@ jobs:
41
shell: pwsh
42
run: |
43
New-Item -ItemType Directory -Path "release-artifacts" -Force
44
- Copy-Item -Path "build/Release/SMTC4J.dll" -Destination "release-artifacts/SMTC4J.dll" -Force
+ Copy-Item -Path "src/main/resources/native/SMTC4J.dll" -Destination "release-artifacts/SMTC4J.dll" -Force
45
Copy-Item -Path "build/libs/SMTC4J-${GITHUB_REF_NAME}.jar" -Destination "release-artifacts/SMTC4J.jar" -Force
46
47
- name: List release artifacts
0 commit comments