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

Commit a5c91ba

Browse files
committed
fix action version
1 parent 1006fa8 commit a5c91ba

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
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
- name: Upload RPM Package
56-
uses: actions/upload-release-asset@v5
56+
uses: actions/upload-release-asset@v1
5757
with:
5858
upload_url: ${{ steps.create-release.outputs.upload_url }}
5959
asset_path: ${{ env.rpm-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.1 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
2+
project(Milestone VERSION 0.10.2 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
33

44
include(GNUInstallDirs)
55

0 commit comments

Comments
 (0)