We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60debe commit b8fe24cCopy full SHA for b8fe24c
1 file changed
.github/workflows/build-plugin.yml
@@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
2
on: [push, pull_request]
3
4
env:
5
- rack-sdk-version: 2.2.0
+ rack-sdk-version: 2.2.1
6
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain
7
8
defaults:
@@ -38,7 +38,7 @@ jobs:
38
options: --user root
39
strategy:
40
matrix:
41
- platform: [win, linux]
+ platform: [win-x64, linux-x64]
42
steps:
43
- uses: actions/checkout@v3
44
with:
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
export PLUGIN_DIR=$GITHUB_WORKSPACE
54
pushd ${{ env.rack-plugin-toolchain-dir }}
55
- make plugin-build-${{ matrix.platform }}-x64
+ make plugin-build-${{ matrix.platform }}
56
- name: Upload artifact
57
uses: actions/upload-artifact@v3
58
0 commit comments