We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140df02 commit c9e8f38Copy full SHA for c9e8f38
.github/workflows/ultramarine-weekly.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Tidy up artifacts
50
id: tidy
51
run: |
52
- echo "datetime=$(TZ=utc date +'%Y.%M.%d.%Hh%Mm')" >> "$GITHUB_OUTPUT"
+ echo "datetime=$(TZ=utc date +'%Y.%m.%d.%Hh%Mm')" >> "$GITHUB_OUTPUT"
53
# also tidy up files
54
for f in artifacts/*/flatpak.tar.zst; do
55
mv $f $(echo $f | sed 's@/flatpak.tar.zst@.tar.zst@')
0 commit comments