Skip to content

Commit

Permalink
Updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Smith committed Oct 14, 2024
1 parent ae4f3d2 commit f431149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
- name: Save Debian Archive
uses: actions/upload-artifact@v3
with:
name: gr-CyberRadio-Jammy
name: gr-CyberRadio-Nobel
path: ./*.deb

2 changes: 1 addition & 1 deletion gr-CyberRadio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
set(VERSION_MAJOR 3)
set(VERSION_API 0)
set(VERSION_ABI 0)
set(VERSION_PATCH 6)
set(VERSION_PATCH 7)

cmake_policy(SET CMP0011 NEW)

Expand Down

0 comments on commit f431149

Please sign in to comment.