Skip to content

Commit d1c2bfd

Browse files
committed
set dev build name
1 parent 631bc29 commit d1c2bfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
msbuild-architecture: x64
3838
- name: Get version
3939
id: get_version
40-
if: inputs.release && matrix.cfg == 'Release' && github.ref == 'refs/heads/main'
4140
shell: pwsh
4241
run: "\"version=$(scripts/getversion.ps1)\" | Out-File $env:GITHUB_OUTPUT"
4342
- name: Version
@@ -69,7 +68,7 @@ jobs:
6968
removeArtifacts: true
7069
replacesArtifacts: true
7170
allowUpdates: true
72-
name: "Dev build"
71+
name: "Dev build ${{ steps.get_version.outputs.version }}"
7372
body: "Latest dev build, [get the latest release build here](https://github.com/ate47/atian-cod-tools/releases/latest)."
7473
- name: Upload release
7574
if: inputs.release && matrix.cfg == 'Release' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)