Watch
2
0
Fork
You've already forked raylib-cs
0

remove file type checking

This commit is contained in:
anggape 2023-07-23 19:23:51 +07:00
commit 3cd565d13c
No known key found for this signature in database
GPG key ID: 318EF680D0181D86

View file

@ -53,7 +53,6 @@ jobs:
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF
cmake --build build --config Release
file build/raylib/libraylib.so # TODO: remove me
- name: upload build
uses: actions/upload-artifact@v3
@ -87,7 +86,6 @@ jobs:
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF
cmake --build build --config Release
file build/raylib/libraylib.dylib # TODO: remove me
- name: upload build
uses: actions/upload-artifact@v3
@ -122,7 +120,6 @@ jobs:
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF
cmake --build build --config Release
file build/raylib/Release/raylib.dll # TODO: remove me
- name: upload build
uses: actions/upload-artifact@v3