Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 1006fa8

Browse files
committed
fix action version
1 parent 36e709f commit 1006fa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "rpm-package-name=${rpm_package_name}" >> "$GITHUB_ENV"
4545
echo "package-version=${package_version" >> "$GITHUB_ENV"
4646
- name: Upload Debian Package
47-
uses: actions/upload-release-asset@v5
47+
uses: actions/upload-release-asset@v1
4848
with:
4949
upload_url: ${{ steps.create-release.outputs.upload_url }}
5050
asset_path: ${{ env.debian-package-path }}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.30)
2-
project(Milestone VERSION 0.10 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
2+
project(Milestone VERSION 0.10.1 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
33

44
include(GNUInstallDirs)
55

0 commit comments

Comments
 (0)