fixed typo

This commit is contained in:
AlexandreRouma 2022-11-22 08:39:46 +01:00
parent a9a0798d7d
commit 5aac9d66e0

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
GH_TOKEN: {{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build_windows: