This commit is contained in:
@ -28,4 +28,12 @@ jobs:
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
|
|
||||||
|
- name: Release
|
||||||
|
id: use-go-action
|
||||||
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
with:
|
||||||
|
files: |-
|
||||||
|
README.md
|
||||||
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
@ -10,7 +10,6 @@ target_link_libraries(${DAWN_TARGET_NAME}
|
|||||||
glm::glm
|
glm::glm
|
||||||
nlohmann_json::nlohmann_json
|
nlohmann_json::nlohmann_json
|
||||||
freetype
|
freetype
|
||||||
Jolt
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
|
Reference in New Issue
Block a user