Skip to content

Commit

Permalink
readme: add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
JerwuQu committed Jan 18, 2025
1 parent 8c4a984 commit 45633d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
target/${{ matrix.platform.target }}/release/w4on2_cli.exe
target/${{ matrix.platform.target }}/release/w4on2_plugin.dll
target/${{ matrix.platform.target }}/release/w4on2_plugin_standalone.exe
- name: Create release
uses: softprops/action-gh-release@v2
with:
prerelease: true
files: |
target/${{ matrix.platform.target }}/release/w4on2_cli.exe
target/${{ matrix.platform.target }}/release/w4on2_plugin.dll
target/${{ matrix.platform.target }}/release/w4on2_plugin_standalone.exe
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please submit a PR if you get something working!

### Windows

Download: For now, [download a build from Github Actions](https://github.com/JerwuQu/w4on2/actions?query=branch%3Amaster+is%3Asuccess).
Download: [Download a release](https://github.com/JerwuQu/w4on2/releases) or [a Github Actions build](https://github.com/JerwuQu/w4on2/actions?query=branch%3Amaster+is%3Asuccess).

If using VST3, put into `C:\Program Files\Common Files\VST3`.

Expand Down

0 comments on commit 45633d8

Please sign in to comment.