Make date to the second

This commit is contained in:
Joshua M. Boniface 2024-03-25 10:58:11 -04:00
parent a39cd584e8
commit f64e64544f

View File

@ -150,7 +150,7 @@ jobs:
- name: Set unstable dated version - name: Set unstable dated version
id: version id: version
run: |- run: |-
echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H')" >> $GITHUB_ENV echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
- name: Download openapi-head - name: Download openapi-head
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with: with: