Skip to content

Commit f956993

Browse files
authored
Use ck3-tiger 1.17 in GitHub Actions (#3043)
1 parent 8dfd168 commit f956993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: "Download and unzip ck3-tiger"
6262
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"
63+
Invoke-WebRequest -Uri "https://github.com/amtep/tiger/releases/download/v1.17.0/ck3-tiger-windows-v1.17.0.zip" -OutFile "ck3-tiger.zip"
6464
Expand-Archive -Path "ck3-tiger.zip" -DestinationPath "ck3-tiger"
6565
Remove-Item -Path "ck3-tiger.zip"
6666

0 commit comments

Comments
 (0)