Skip to content

Commit

Permalink
Merge pull request #15 from hexagonkt/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jaguililla authored Jan 19, 2023
2 parents 9a965d0 + 4e2d636 commit f508d07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/upload_native.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@

name: Upload Native

on: push
on:
release:
types: [ published ]

jobs:
release:
if: ${{ github.ref_type == 'tag' }}
uploadNative:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]

name: Release (${{ matrix.os }})
name: Upload Native (${{ matrix.os }})
runs-on: ${{ matrix.os }}
defaults:
run: { shell: bash }
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply(from = "$gradleScripts/application.gradle")
apply(from = "$gradleScripts/native.gradle")

group = "com.hexagonkt.tools"
version = "0.9.13"
version = "0.9.14"
description = "CVs for programmers"

ext {
Expand Down

0 comments on commit f508d07

Please sign in to comment.