Skip to content

Commit

Permalink
pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerDoerner committed Dec 23, 2019
1 parent d931652 commit 762139c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/TermTools-[0-9].[0-9].[0-9]-win32.zip
asset_path: './build/TermTools-[0-9].[0-9].[0-9]-win32.zip'
asset_name: TermTools-Release
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(TermTools VERSION 0.1.7 LANGUAGES C)
project(TermTools VERSION 0.1.8 LANGUAGES C)

set(CMAKE_C_STANDARD 11)

Expand Down

0 comments on commit 762139c

Please sign in to comment.