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:
1212 - run : wget https://vcvrack.com/downloads/Rack-SDK-2.4.1-lin-x64.zip
1313 - run : unzip Rack-SDK*.zip && rm Rack-SDK*.zip
1414 - run : make RACK_DIR=`pwd`/Rack-SDK
15+ - run : make RACK_DIR=`pwd`/Rack-SDK install
1516 - uses : actions/upload-artifact@v4
1617 with :
1718 name : plugin-lin-x64
18- path : |
19- plugin.so
20- plugin.json
19+ path : dist/
2120
2221 macos-build :
2322 runs-on : macos-latest
2827 - run : wget https://vcvrack.com/downloads/Rack-SDK-2.4.1-mac-x64.zip
2928 - run : unzip Rack-SDK*.zip && rm Rack-SDK*.zip
3029 - run : make RACK_DIR=`pwd`/Rack-SDK
30+ - run : make RACK_DIR=`pwd`/Rack-SDK install
3131 - uses : actions/upload-artifact@v4
3232 with :
3333 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