Skip to content

Commit 996e7d1

Browse files
committed
fix: change build
1 parent b66a1ea commit 996e7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multiple-platform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
mkdir -p build
7272
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 }}" ..
7474
cmake --build . --target plugify-module-dotnet --config ${{ env.BUILD_TYPE }} -- /m
7575
7676
- name: Clean build directory
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
mkdir -p build
111111
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 }}" ..
113113
cmake --build . --target plugify-module-dotnet --config ${{ env.BUILD_TYPE }} -- -j
114114
115115
- name: Clean build directory

0 commit comments

Comments
 (0)