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 - Release
arch: arch:
- x64 - x64
- ARM64 - arm64
include: include:
- configuration: Debug - configuration: Debug
config: debug config: debug
@ -147,7 +147,7 @@ jobs:
config: release config: release
- arch: x64 - arch: x64
platform: x64 platform: x64
- arch: ARM64 - arch: arm64
platform: arm64 platform: arm64
steps: steps:
- name: Check out files - name: Check out files