File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ jobs:
12
12
- run : wget https://vcvrack.com/downloads/Rack-SDK-2.4.1-lin-x64.zip
13
13
- run : unzip Rack-SDK*.zip && rm Rack-SDK*.zip
14
14
- run : make RACK_DIR=`pwd`/Rack-SDK
15
+ - run : make RACK_DIR=`pwd`/Rack-SDK install
15
16
- uses : actions/upload-artifact@v4
16
17
with :
17
18
name : plugin-lin-x64
18
- path : |
19
- plugin.so
20
- plugin.json
19
+ path : dist/
21
20
22
21
macos-build :
23
22
runs-on : macos-latest
28
27
- run : wget https://vcvrack.com/downloads/Rack-SDK-2.4.1-mac-x64.zip
29
28
- run : unzip Rack-SDK*.zip && rm Rack-SDK*.zip
30
29
- run : make RACK_DIR=`pwd`/Rack-SDK
30
+ - run : make RACK_DIR=`pwd`/Rack-SDK install
31
31
- uses : actions/upload-artifact@v4
32
32
with :
33
33
name : plugin-mac-x64
34
- path : |
35
- plugin.so
36
- plugin.json
34
+ path : dist/
You can’t perform that action at this time.
0 commit comments