Skip to content

Commit fd2fa13

Browse files
Update dotnet.yml
1 parent 46e38c7 commit fd2fa13

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,14 @@ jobs:
4646

4747
- name: Get current date
4848
id: date
49-
run: echo "::set-output name=date::$(date +'%d/%m/%Y %H:%M')"
49+
run: echo "::set-output name=date::$(date +'%d/%m/%Y %H:%M %tt')"
5050

5151
- name: Create download directory
5252
run: mkdir -p "./download"
5353

5454
- name: Download artifact
5555
uses: actions/download-artifact@v4
5656
with:
57-
name: "Automatic OSC Router"
5857
path: "./download"
5958

6059
- name: Create A Release

0 commit comments

Comments
 (0)