From eac26644d183dea50f369fc8221108459c29fbf2 Mon Sep 17 00:00:00 2001 From: univrsal Date: Wed, 8 Mar 2023 14:00:42 +0100 Subject: [PATCH] CI: Upload only releases and up version --- .github/workflows/main.yml | 6 +++--- CMakeLists.txt | 2 +- buildspec.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1d46481..c626ae70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -268,6 +268,6 @@ jobs: name: "${{ env.PLUGIN_NAME }} ${{ steps.metadata.outputs.version }}" body_path: ${{ github.workspace }}/CHECKSUMS.txt files: | - ${{ github.workspace }}/**/*.zip - ${{ github.workspace }}/**/*.exe - ${{ github.workspace }}/**/*.deb + ${{ github.workspace }}/plugin/release/**/*.zip + ${{ github.workspace }}/plugin/release/**/*.exe + ${{ github.workspace }}/plugin/release/**/*.deb diff --git a/CMakeLists.txt b/CMakeLists.txt index 34ae43fe..f9c9f61c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.21) # Change obs-plugintemplate to your plugin's name in a machine-readable format (e.g.: # obs-myawesomeplugin) and set -project(input-overlay VERSION 5.0.1) +project(input-overlay VERSION 5.0.2) add_library(${CMAKE_PROJECT_NAME} MODULE) add_subdirectory(deps) diff --git a/buildspec.json b/buildspec.json index eb8d3af0..8d335cd5 100644 --- a/buildspec.json +++ b/buildspec.json @@ -79,5 +79,5 @@ } }, "name": "input-overlay", - "version": "5.0.1" + "version": "5.0.2" }