diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec6ca5d..b924571 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -369,7 +369,6 @@ jobs: - name: Download Installer Artifact uses: actions/download-artifact@v4 with: - name: Qtk Packages path: | build/packages/* install/* diff --git a/CMakeLists.txt b/CMakeLists.txt index e5b577f..da5cb99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ add_compile_options(-fPIC) ################################################################################ project( #[[NAME]] Qtk - VERSION 0.2 + VERSION 0.3 DESCRIPTION "Qt OpenGL library and desktop application." LANGUAGES CXX C )