fix: update solution name in workflow configuration

This commit is contained in:
Zhe Fang
2025-06-12 10:55:31 -04:00
parent eb666fd8f2
commit 9745b7e558

View File

@@ -21,7 +21,7 @@ jobs:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
env:
Solution_Name: your-solution-name # Replace with your solution name, i.e. App1.sln.
Solution_Name: BetterLyrics.sln # Replace with your solution name, i.e. App1.sln.
steps:
- name: Checkout