File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
run : |
71
71
mkdir -p build
72
72
cd build
73
- cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DMONOLM_VERSION ="${{ needs.setup.outputs.tag_name }}" -DMONOLM_PACKAGE="dotnetlm-build-${{ needs.setup.outputs.tag_name }}-windows-${{ env.GITHUB_SHA_SHORT }}" ..
73
+ cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DNETLM_VERSION ="${{ needs.setup.outputs.tag_name }}" -DMONOLM_PACKAGE="dotnetlm-build-${{ needs.setup.outputs.tag_name }}-windows-${{ env.GITHUB_SHA_SHORT }}" ..
74
74
cmake --build . --target plugify-module-dotnet --config ${{ env.BUILD_TYPE }} -- /m
75
75
76
76
- name : Clean build directory
@@ -109,7 +109,7 @@ jobs:
109
109
run : |
110
110
mkdir -p build
111
111
cd build
112
- cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DMONOLM_VERSION ="${{ needs.setup.outputs.tag_name }}" -DMONOLM_PACKAGE ="dotnetlm-build-${{ needs.setup.outputs.tag_name }}-linux-${{ env.GITHUB_SHA_SHORT }}" ..
112
+ cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DNETLM_VERSION ="${{ needs.setup.outputs.tag_name }}" -DNETLM _PACKAGE ="dotnetlm-build-${{ needs.setup.outputs.tag_name }}-linux-${{ env.GITHUB_SHA_SHORT }}" ..
113
113
cmake --build . --target plugify-module-dotnet --config ${{ env.BUILD_TYPE }} -- -j
114
114
115
115
- name : Clean build directory
You can’t perform that action at this time.
0 commit comments