Test release
Some checks failed
build-linux-glfw-x64 / build (push) Failing after 6m37s

This commit is contained in:
2024-12-06 13:53:19 -06:00
parent f98be769e7
commit cf9af3a818
2 changed files with 9 additions and 2 deletions

View File

@ -29,3 +29,11 @@ jobs:
cd build
cmake ..
make
- name: Release
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
README.md
api_key: '${{secrets.RELEASE_TOKEN}}'

View File

@ -10,7 +10,6 @@ target_link_libraries(${DAWN_TARGET_NAME}
glm::glm
nlohmann_json::nlohmann_json
freetype
Jolt
)
# Includes