Skip to content

Commit 608fa82

Browse files
committed
Fix#: move native lib to right place
1 parent 337efbc commit 608fa82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
with:
5757
artifact-ids: ${{ needs.build-native.outputs.native-id }}
5858

59+
- name: 'Move native lib'
60+
run: mv ApplicationLoopback.dll ApplicationLoopback.NET/ApplicationLoopback.NET/
61+
5962
- name: 'Build NuGet'
6063
uses: Yellow-Dog-Man/composite-actions-templates/.github/actions/dotnet-build@606ac289d701be7b7d90e5ff8647dedf57d6d755 # main
6164
with:

0 commit comments

Comments
 (0)