Skip to content

Commit

Permalink
Update integration_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Oct 19, 2024
1 parent 941c525 commit 42e061c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 42e061c

Please sign in to comment.