Skip to content

Commit

Permalink
Update build-plugin workflow to use latest SDK
Browse files Browse the repository at this point in the history
Increment version (v2.0.4-dev.1 -> v2.0.4-dev.2)
  • Loading branch information
RareBreeds committed Nov 22, 2023
1 parent 01157da commit c26e016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
on: [push, pull_request]

env:
rack-sdk-version: 2.3.0
rack-sdk-version: latest
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain

defaults:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Get Rack-SDK
run: |
pushd $HOME
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-${{ matrix.platform }}.zip
wget -O Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-${{ matrix.platform }}.zip
unzip Rack-SDK.zip
- name: Build plugin
run: |
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "RareBreeds_Orbits",
"name": "Orbits",
"version": "2.0.4-dev.1",
"version": "2.0.4-dev.2",
"license": "GPL-3.0-or-later",
"brand": "RareBreeds",
"author": "Rare Breeds",
Expand Down

0 comments on commit c26e016

Please sign in to comment.