Skip to content

Commit b8fe24c

Browse files
committed
update to Rack SDK 2.2.1
1 parent f60debe commit b8fe24c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 3 additions & 3 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: 2.2.0
5+
rack-sdk-version: 2.2.1
66
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain
77

88
defaults:
@@ -38,7 +38,7 @@ jobs:
3838
options: --user root
3939
strategy:
4040
matrix:
41-
platform: [win, linux]
41+
platform: [win-x64, linux-x64]
4242
steps:
4343
- uses: actions/checkout@v3
4444
with:
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
export PLUGIN_DIR=$GITHUB_WORKSPACE
5454
pushd ${{ env.rack-plugin-toolchain-dir }}
55-
make plugin-build-${{ matrix.platform }}-x64
55+
make plugin-build-${{ matrix.platform }}
5656
- name: Upload artifact
5757
uses: actions/upload-artifact@v3
5858
with:

0 commit comments

Comments
 (0)