Skip to content

Commit

Permalink
fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
briansalehi committed Jan 17, 2025
1 parent 36e709f commit 1006fa8
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "rpm-package-name=${rpm_package_name}" >> "$GITHUB_ENV"
echo "package-version=${package_version" >> "$GITHUB_ENV"
- name: Upload Debian Package
uses: actions/upload-release-asset@v5
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ env.debian-package-path }}
Expand Down
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.30)
project(Milestone VERSION 0.10 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
project(Milestone VERSION 0.10.1 LANGUAGES CXX DESCRIPTION "Technical References Training Program")

include(GNUInstallDirs)

Expand Down

0 comments on commit 1006fa8

Please sign in to comment.