Skip to content

Commit cbb5aec

Browse files
committed
修改action
1 parent 53d0675 commit cbb5aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cmake ..
2525
cmake --build . --config Release
2626
ctest -V -C Release
27-
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/${{ matrix.platform }}/
27+
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
2828
2929
- name: Upload
3030
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)