File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
22on : [push, pull_request]
33
44env :
5- rack-sdk-version : 2.1.2
5+ rack-sdk-version : 2.2.0
66 rack-plugin-toolchain-dir : /home/build/rack-plugin-toolchain
77
88defaults :
7575 - name : Get Rack-SDK
7676 run : |
7777 pushd $HOME
78- curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac.zip
78+ curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-x64 .zip
7979 unzip Rack-SDK.zip
8080 - name : Build plugin
8181 run : |
Original file line number Diff line number Diff line change 11{
22 "slug" : " MyPlugin" ,
33 "name" : " MyPlugin" ,
4- "version" : " 2.1.2 " ,
4+ "version" : " 2.2.0 " ,
55 "license" : " GPL-3.0-or-later" ,
66 "brand" : " MyBrand" ,
77 "author" : " Me" ,
You can’t perform that action at this time.
0 commit comments