Skip to content

Commit

Permalink
Use github action to download manual
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Aug 18, 2021
1 parent 7ed9f7f commit edf317d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/csound_builds.yml
Expand Up @@ -107,11 +107,13 @@ jobs:
- name: Run tests
run: cmake --build build --target csdtests
- name: Acquire Csound manual
shell: bash
run: |
cd C:/
wget https://github.com/csound/manual/releases/download/6.16.0/Csound6.16.0_manual_html.zip -O manual.zip
7z x manual.zip
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
branch: master
name: Csound6.16.0_manual_html.zip
path: C:/
repo: https://github.com/csound/manual
- name: Build installer
run: |
iscc /dVcpkgInstallDir=%VCPKGDir%\\installed\\x64-windows-csound /omsvc installer\\windows\\csound6_x64_appveyor.iss
Expand Down

0 comments on commit edf317d

Please sign in to comment.