Skip to content

Commit

Permalink
📝 Update build.yml.
Browse files Browse the repository at this point in the history
This fixes the date format.
  • Loading branch information
hexawyz committed Apr 22, 2024
1 parent 2a9ab24 commit f4571c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core Desktop
name: Build and Publish

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:

steps:
- name: Prepare artifact name
run: Add-Content -Path $env:GITHUB_ENV -Value "ARTIFACT_NAME=$(Get-Date -Format yyyy-dd-MM)-$env:GITHUB_SHA"
run: Add-Content -Path $env:GITHUB_ENV -Value "ARTIFACT_NAME=$(Get-Date -Format yyyy-MM-dd)-$env:GITHUB_SHA"

- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions Exo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{355E12EE-3C82-4B68-B800-448487790C0E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\build.yml = .github\workflows\build.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
exo-icon.ico = exo-icon.ico
Expand Down

0 comments on commit f4571c1

Please sign in to comment.