Skip to content

Commit b7093aa

Browse files
committed
Update version to v0.19.3
1 parent 66917b0 commit b7093aa

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/workflows/releaseDeploy.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,21 +105,14 @@ jobs:
105105
draft: false
106106
prerelease: false
107107

108-
- name: List downloaded artifacts and contents
109-
run: |
110-
ls -lah ${{github.workspace}}/artifacts
111-
ls -lah ${{github.workspace}}/artifacts/rayx-Linux.deb
112-
ls -lah ${{github.workspace}}/artifacts/rayx-win64.zip
113-
114-
115108
- name: Upload Artifact to Release (Windows)
116109
uses: actions/upload-release-asset@v1
117110
env:
118111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119112
with:
120113
upload_url: ${{ steps.create_release.outputs.upload_url }}
121-
asset_path: ${{github.workspace}}/artifacts/rayx-win64.zip/RAYX-0.18.0-win64.zip
122-
asset_name: RAYX-0.18.0-win64.zip
114+
asset_path: ${{github.workspace}}/artifacts/rayx-win64.zip/rayx-win64.zip
115+
asset_name: rayx-win64.zip
123116
asset_content_type: application/zip
124117

125118
- name: Upload Artifact to Release (Ubuntu)
@@ -128,6 +121,6 @@ jobs:
128121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129122
with:
130123
upload_url: ${{ steps.create_release.outputs.upload_url }}
131-
asset_path: ${{github.workspace}}/artifacts/rayx-Linux.deb/RAYX-0.18.0-Linux.deb
132-
asset_name: RAYX-0.18.0-Linux.deb
133-
asset_content_type: application/x-deb
124+
asset_path: ${{github.workspace}}/artifacts/rayx-Linux.deb/rayx-Linux.deb
125+
asset_name: rayx-Linux.deb
126+
asset_content_type: application/x-deb

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
22

33
# ---- Project ----
4-
project(RAYX VERSION 0.19.2)
4+
project(RAYX VERSION 0.19.3)
55
set(CMAKE_CXX_STANDARD 20)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
# -----------------

0 commit comments

Comments
 (0)