Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
bramtayl committed Sep 14, 2023
1 parent 5b74e52 commit 0a10f4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,10 @@ jobs:
packagePreset: 'TGZ'

# release on new tag
- if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
- if: startsWith(github.ref, 'refs/tags/')
uses: softprops/[email protected]
with:
files: "*/Justly-*-*.tar.gz"
- if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows-latest'
uses: softprops/[email protected]
with:
files: "*/Justly-*-*.zip"
files: |
*/Justly-*-*.tar.gz
*/Justly-*-*.zip
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.24)

project(Justly VERSION 0.3.9)
project(Justly VERSION 0.3.10)

include(InstallRequiredSystemLibraries)

Expand Down

0 comments on commit 0a10f4c

Please sign in to comment.