Skip to content

Commit 9d5bd68

Browse files
committed
delete get-version.ps1
1 parent 5275790 commit 9d5bd68

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,11 @@ jobs:
4848
- name: Create build_version TXT file
4949
shell: pwsh
5050
run: Get-Date > ${{github.workspace}}/build/bin/Release/build_date.txt
51-
52-
- name: Extract App Version
53-
id: get-version
54-
run: pwsh get-version.ps1
5551

5652
- name: Upload a Build Artifact
5753
uses: actions/upload-artifact@v4
5854
with:
59-
name: space-checkers-x64-windows-v${{ steps.get-version.outputs.app_version }}
55+
name: space-checkers-x64-windows
6056
path: |
6157
${{github.workspace}}/build/bin/Release/SpaceCheckers.exe
6258
${{github.workspace}}/build/bin/Release/resources/

get-version.ps1

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)