Skip to content

Commit 78c3367

Browse files
authored
build plugin with Rack-SDK-2.0.2 (#2)
1 parent 3da3ae0 commit 78c3367

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
22
on: [push, pull_request]
33

44
env:
5-
rack-sdk-version: 1.1.6
5+
rack-sdk-version: 2.0.2
66

77
defaults:
88
run:
@@ -17,16 +17,19 @@ jobs:
1717
config:
1818
- {
1919
name: Linux,
20+
sdk-platform: lin,
2021
os: ubuntu-latest,
2122
prepare-os: sudo apt update && sudo apt install -y libglu-dev
2223
}
2324
- {
2425
name: MacOS,
26+
sdk-platform: mac,
2527
os: macos-latest,
2628
prepare-os: ""
2729
}
2830
- {
2931
name: Windows,
32+
sdk-platform: win,
3033
os: windows-latest,
3134
prepare-os: export CC=gcc
3235
}
@@ -37,7 +40,7 @@ jobs:
3740
- name: Get Rack-SDK
3841
run: |
3942
pushd $HOME
40-
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}.zip
43+
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-${{ matrix.config.sdk-platform }}.zip
4144
unzip Rack-SDK.zip
4245
- name: Patch plugin.mk, use 7zip on Windows
4346
if: runner.os == 'Windows'

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "MyPlugin",
33
"name": "MyPlugin",
4-
"version": "1.0.2",
4+
"version": "2.0.0",
55
"license": "GPL-3.0-or-later",
66
"brand": "MyBrand",
77
"author": "Me",

0 commit comments

Comments
 (0)