From e4778e89b748eac97d0599da052c3e6bfea7a618 Mon Sep 17 00:00:00 2001 From: iht Date: Tue, 15 Oct 2024 18:53:42 +0200 Subject: [PATCH] Update integration_tests.yml --- .github/workflows/integration_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index bf61f1ce8..e48d4e52b 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -43,8 +43,9 @@ jobs: run: | dotnet build -c:Release - name: "Download I:R save from MEGA" - working-directory: C:/Users/Administrator/AppData/Local/MEGAcmd run: | # save the downloaded save.rome file to the action's default folder + cd "C:\Users\Administrator\AppData\Local\MEGAcmd" + dir & "./mega-get.bat" ${{ matrix.save_url }} ${{ github.workspace }}/save.rome - name: "Create configuration.txt" working-directory: Release/ImperatorToCK3