We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfd168 commit f956993Copy full SHA for f956993
1 file changed
.github/workflows/integration_tests.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: "Download and unzip ck3-tiger"
62
run: |
63
- Invoke-WebRequest -Uri "https://github.com/amtep/tiger/releases/download/v1.16.0/ck3-tiger-windows-v1.16.0.zip" -OutFile "ck3-tiger.zip"
+ Invoke-WebRequest -Uri "https://github.com/amtep/tiger/releases/download/v1.17.0/ck3-tiger-windows-v1.17.0.zip" -OutFile "ck3-tiger.zip"
64
Expand-Archive -Path "ck3-tiger.zip" -DestinationPath "ck3-tiger"
65
Remove-Item -Path "ck3-tiger.zip"
66
0 commit comments