File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 pushd $HOME
4343 curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-${{ matrix.config.sdk-platform }}.zip
4444 unzip Rack-SDK.zip
45- - name : Patch plugin.mk, use 7zip on Windows
46- if : runner.os == 'Windows'
47- run : |
48- sed -i 's/zip -q -9 -r/7z a -tzip -mx=9/' $HOME/Rack-SDK/plugin.mk
4945 - name : Modify plugin version
5046 # only modify plugin version if no tag was created
5147 if : " ! startsWith(github.ref, 'refs/tags/v')"
10197 uses : svenstaro/upload-release-action@v2
10298 with :
10399 repo_token : ${{ secrets.GITHUB_TOKEN }}
104- file : _artifacts/**/*.zip
100+ file : _artifacts/**/*.vcvplugin
105101 tag : ${{ github.ref }}
106102 file_glob : true
Original file line number Diff line number Diff line change 11{
22 "slug" : " MyPlugin" ,
33 "name" : " MyPlugin" ,
4- "version" : " 2.0.0 " ,
4+ "version" : " 2.0.1 " ,
55 "license" : " GPL-3.0-or-later" ,
66 "brand" : " MyBrand" ,
77 "author" : " Me" ,
You can’t perform that action at this time.
0 commit comments