Skip to content

Commit

Permalink
Update msbuild.yml: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirollos authored Apr 11, 2024
1 parent 7e33546 commit d29cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Fetch date and time
run: |
$NOW=& (Get-Date).ToUniversalTime().ToString('yyyyMMdd-hhmmZ')
$NOW= (Get-Date).ToUniversalTime().ToString('yyyyMMdd-hhmmZ')
echo "NOW=$NOW" >> $env:GITHUB_ENV
- name: Rename DLL
Expand Down

0 comments on commit d29cf48

Please sign in to comment.