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 631bc29 commit d1c2bfdCopy full SHA for d1c2bfd
.github/workflows/build.yml
@@ -37,7 +37,6 @@ jobs:
37
msbuild-architecture: x64
38
- name: Get version
39
id: get_version
40
- if: inputs.release && matrix.cfg == 'Release' && github.ref == 'refs/heads/main'
41
shell: pwsh
42
run: "\"version=$(scripts/getversion.ps1)\" | Out-File $env:GITHUB_OUTPUT"
43
- name: Version
@@ -69,7 +68,7 @@ jobs:
69
68
removeArtifacts: true
70
replacesArtifacts: true
71
allowUpdates: true
72
- name: "Dev build"
+ name: "Dev build ${{ steps.get_version.outputs.version }}"
73
body: "Latest dev build, [get the latest release build here](https://github.com/ate47/atian-cod-tools/releases/latest)."
74
- name: Upload release
75
if: inputs.release && matrix.cfg == 'Release' && github.ref == 'refs/heads/main'
0 commit comments