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 67513d7 commit 7a3c1ae
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 @@ -51,7 +51,7 @@ jobs:
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
BUILDATE: %DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%
BUILDATE: ${{ %DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2% }}
with:
tag_name: ${{ env.BUILDATE }}
release_name: Auto-Build ${{ github.ref }}
Expand Down

0 comments on commit 7a3c1ae

Please sign in to comment.