This commit is contained in:
@ -28,4 +28,12 @@ jobs:
|
||||
mkdir build
|
||||
cd build
|
||||
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
|
||||
nlohmann_json::nlohmann_json
|
||||
freetype
|
||||
Jolt
|
||||
)
|
||||
|
||||
# Includes
|
||||
|
Reference in New Issue
Block a user