Add fold and asym to va oscillator #755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Windows | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Build Windows | |
timeout-minutes: 40 | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: "Run script" | |
run: ./ci/build.sh | |
shell: bash | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: Windows | |
path: bin |