We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868e35b commit 0b9278bCopy full SHA for 0b9278b
.github/workflows/check-replays.yml
@@ -27,8 +27,8 @@ jobs:
27
timeout-minutes: 15
28
env:
29
GAME_PATH: C:\GameData
30
- GENERALS_PATH: ${{ env.GAME_PATH }}\Generals
31
- GENERALSMD_PATH: ${{ env.GAME_PATH }}\GeneralsMD
+ GENERALS_PATH: C:\GameData\Generals
+ GENERALSMD_PATH: C:\GameData\GeneralsMD
32
steps:
33
- name: Checkout Code
34
uses: actions/checkout@v4
0 commit comments