Skip to content

Commit

Permalink
Fix ink download path
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Jan 26, 2024
1 parent ffaee6a commit fd7da7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: "(Mono) Install Ink Runtime"
run: |
wget -q https://github.com/inkle/ink/releases/download/v1.1.0/inklecate_windows.zip
wget -q https://github.com/inkle/ink/releases/download/v1.1.1/inklecate_windows.zip
unzip inklecate_windows.zip
mv ink-engine-runtime.dll inkgd/addons/inkgd/mono/assemblies/ink-engine-runtime.dll
Expand Down

0 comments on commit fd7da7f

Please sign in to comment.