We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e38c7 commit fd2fa13Copy full SHA for fd2fa13
1 file changed
.github/workflows/dotnet.yml
@@ -46,15 +46,14 @@ jobs:
46
47
- name: Get current date
48
id: date
49
- run: echo "::set-output name=date::$(date +'%d/%m/%Y %H:%M')"
+ run: echo "::set-output name=date::$(date +'%d/%m/%Y %H:%M %tt')"
50
51
- name: Create download directory
52
run: mkdir -p "./download"
53
54
- name: Download artifact
55
uses: actions/download-artifact@v4
56
with:
57
- name: "Automatic OSC Router"
58
path: "./download"
59
60
- name: Create A Release
0 commit comments