From 9b6d443447b27a9eab67f230b1659096acbd80fd Mon Sep 17 00:00:00 2001 From: iht Date: Thu, 17 Oct 2024 09:56:18 +0200 Subject: [PATCH] Update integration_tests.yml --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5cb8d4e2f..3f7dfb3b2 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -44,7 +44,7 @@ jobs: dotnet build -c:Release - name: "Download I:R save from MEGA" run: | # save the downloaded save.rome file to the action's default folder - & "c:/MEGAcmd/mega-get.bat" ${{ matrix.save_url }} save.rome + & "C:/Windows/ServiceProfiles/NetworkService/AppData/Local/MEGAcmd/mega-get.bat" ${{ matrix.save_url }} save.rome - name: "Create configuration.txt" working-directory: Release/ImperatorToCK3 run: |