Skip to content

Commit

Permalink
update nuget pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Jun 26, 2024
1 parent d71b41a commit a161b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared_library_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Make build number
id: generate_build_number
run: |
echo build_num=$(date +'%Y.%m.%d').$(( $(date +'%H') + $(date +'%M') + $(date +'%S') + $(date +'%3N') )) >> "$GITHUB_ENV"
echo build_num=$(date +'%Y.%-m.%-d').$(( $(date +'%H') + $(date +'%M') + $(date +'%S') + $(date +'%3N') )) >> "$GITHUB_ENV"
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit a161b57

Please sign in to comment.