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: |