Skip to content

Commit fa9d426

Browse files
committed
maybe now?
1 parent 3edec9a commit fa9d426

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: pwsh
4242
run: |
4343
New-Item -ItemType Directory -Path "release-artifacts" -Force
44-
Copy-Item -Path "build/Release/SMTC4J.dll" -Destination "release-artifacts/SMTC4J.dll" -Force
44+
Copy-Item -Path "src/main/resources/native/SMTC4J.dll" -Destination "release-artifacts/SMTC4J.dll" -Force
4545
Copy-Item -Path "build/libs/SMTC4J-${GITHUB_REF_NAME}.jar" -Destination "release-artifacts/SMTC4J.jar" -Force
4646
4747
- name: List release artifacts

0 commit comments

Comments
 (0)