mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
remove file type checking
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -53,7 +53,6 @@ jobs:
|
|||||||
-D BUILD_SHARED_LIBS=ON \
|
-D BUILD_SHARED_LIBS=ON \
|
||||||
-D BUILD_EXAMPLES=OFF
|
-D BUILD_EXAMPLES=OFF
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
file build/raylib/libraylib.so # TODO: remove me
|
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
@@ -87,7 +86,6 @@ jobs:
|
|||||||
-D BUILD_SHARED_LIBS=ON \
|
-D BUILD_SHARED_LIBS=ON \
|
||||||
-D BUILD_EXAMPLES=OFF
|
-D BUILD_EXAMPLES=OFF
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
file build/raylib/libraylib.dylib # TODO: remove me
|
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
@@ -122,7 +120,6 @@ jobs:
|
|||||||
-D BUILD_SHARED_LIBS=ON \
|
-D BUILD_SHARED_LIBS=ON \
|
||||||
-D BUILD_EXAMPLES=OFF
|
-D BUILD_EXAMPLES=OFF
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
file build/raylib/Release/raylib.dll # TODO: remove me
|
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Reference in New Issue
Block a user