Skip to content

Commit 28fd552

Browse files
committed
fix plugin release error, use vcvplugin instead of zip
1 parent 78c3367 commit 28fd552

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
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')"
@@ -101,6 +97,6 @@ jobs:
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

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)