1 parent 337efbc commit 608fa82Copy full SHA for 608fa82
1 file changed
.github/workflows/build-publish.yml
@@ -56,6 +56,9 @@ jobs:
56
with:
57
artifact-ids: ${{ needs.build-native.outputs.native-id }}
58
59
+ - name: 'Move native lib'
60
+ run: mv ApplicationLoopback.dll ApplicationLoopback.NET/ApplicationLoopback.NET/
61
+
62
- name: 'Build NuGet'
63
uses: Yellow-Dog-Man/composite-actions-templates/.github/actions/dotnet-build@606ac289d701be7b7d90e5ff8647dedf57d6d755 # main
64
0 commit comments