From 42e061c6b7ab5e26353ce4395f9911be7718fd79 Mon Sep 17 00:00:00 2001 From: iht Date: Sat, 19 Oct 2024 22:20:44 +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 a097689f8..b01813853 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 Dropbox" run: | - Invoke-WebRequest -Uri ${{ matrix.save_url }} -OutFile "save.rome" + Invoke-WebRequest -Uri "${{ matrix.save_url }}" -OutFile "save.rome" - name: "Create configuration.txt" working-directory: Release/ImperatorToCK3 run: |