Skip to content

Commit

Permalink
Updated manual to 6.18 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Oct 18, 2022
1 parent dbf14b0 commit f9188f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csound_builds.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Acquire Csound manual
shell: powershell
run: |
Invoke-WebRequest -Uri "https://github.com/csound/manual/releases/download/6.16.0/Csound6.16.0_manual_html.zip" -OutFile "./manual.zip"
Invoke-WebRequest -Uri "https://github.com/csound/manual/releases/download/6.18.0/Csound6.18.0_manual_html.zip" -OutFile "./manual.zip"
7z x manual.zip
- name: Build installer
shell: powershell
Expand Down

0 comments on commit f9188f5

Please sign in to comment.