We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5275790 commit 9d5bd68Copy full SHA for 9d5bd68
.github/workflows/cmake-single-platform.yml
@@ -48,15 +48,11 @@ jobs:
48
- name: Create build_version TXT file
49
shell: pwsh
50
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
55
56
- name: Upload a Build Artifact
57
uses: actions/upload-artifact@v4
58
with:
59
- name: space-checkers-x64-windows-v${{ steps.get-version.outputs.app_version }}
+ name: space-checkers-x64-windows
60
path: |
61
${{github.workspace}}/build/bin/Release/SpaceCheckers.exe
62
${{github.workspace}}/build/bin/Release/resources/
get-version.ps1
0 commit comments