Set-Up GitHub Actions

Fix project name
This commit is contained in:
ORelio 2022-01-26 12:55:08 +01:00 committed by GitHub
parent 8e563a42f0
commit 4e4a61d6e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
env:
PROJECT: "HelloWorld"
PROJECT: "MinecraftClient"
steps:
- name: SetupMSBuild