commit 5de7f745bc5ab4f32c212dce7bcbf0d4fc5060df
parent 4cb36f6f57b1794a02b1d4b26f9f7cc7cc5d3abb
Author: AdamPorcineFudgepuppy <>
Date: Mon, 3 Jun 2024 11:46:36 -0500
Change release build action
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml
@@ -131,7 +131,7 @@ jobs:
pwd
ls _artifacts
- name: Upload release assets
- uses: svenstaro/upload-release-action@v4
+ uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: _artifacts/**/*.vcvplugin
diff --git a/plugin.json b/plugin.json
@@ -1,6 +1,6 @@
{
"slug": "computerscare",
- "version": "2.1.1",
+ "version": "2.1.2",
"name": "computerscare",
"brand": "computerscare",
"author": "computerscare",