maint: lowercase github workflow file

This commit is contained in:
6arelyFuture 2023-06-23 12:18:35 +02:00 committed by GitHub
parent 568fb0a75e
commit f26b5ac6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ jobs:
- Release
arch:
- x64
- ARM64
- arm64
include:
- configuration: Debug
config: debug
@ -147,7 +147,7 @@ jobs:
config: release
- arch: x64
platform: x64
- arch: ARM64
- arch: arm64
platform: arm64
steps:
- name: Check out files