Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freedom7341 committed Dec 4, 2023
1 parent f18779e commit c6cfed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Set Date Environment Variable
run: set BUILDATE=%DATE:~10,4%%DATE:~4,2%%DATE:~7,2%
env:
BUILDATE: BUILDATE=%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%

- name: Create Release
id: auto-build
Expand Down

0 comments on commit c6cfed3

Please sign in to comment.