Skip to content

Commit 343d8de

Browse files
committed
Wip
1 parent 98f2ba9 commit 343d8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate Version
2525
id: generate_version
2626
shell: pwsh
27-
run: echo version=$(Get-Date -Format "yyMMdd.hhmm.ss") >> $env:GITHUB_OUTPUT
27+
run: echo version=$(Get-Date -Format "yy.MM.dd.1") >> $env:GITHUB_OUTPUT
2828

2929
- name: Publish (framework-dependent, single file)
3030
run: dotnet publish ./MulderLauncher.csproj `

0 commit comments

Comments
 (0)