Skip to content

Commit

Permalink
CI: Upload only releases and up version
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Mar 8, 2023
1 parent 8c472db commit eac2664
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "input-overlay",
"version": "5.0.1"
"version": "5.0.2"
}

0 comments on commit eac2664

Please sign in to comment.