commit 574869daa041cf3c19c1f75d5981cd5467b9c436
parent d4f26873c1b3228fd30f34856350d8c3e0fb3450
Author: Adam M <aemalone@gmail.com>
Date: Fri, 12 Nov 2021 20:17:13 -0600
bump
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml
@@ -116,3 +116,11 @@ jobs:
file: _artifacts/**/*.zip
tag: ${{ github.ref }}
file_glob: true
+ - name: Upload release builds
+ uses: svenstaro/upload-release-action@v2
+ with:
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ file: _artifacts/*.zip
+ tag: ${{ github.ref }}
+ file_glob: true
+
diff --git a/plugin.json b/plugin.json
@@ -1,6 +1,6 @@
{
"slug": "computerscare",
- "version": "2.0.0b",
+ "version": "2.0.0c",
"name": "computerscare",
"brand": "computerscare",
"author": "computerscare",