Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/archive-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
run: |
git rm -f *.zip 2>/dev/null || true

cat > README.md << 'EOF'
CURRENT_DATE=$(date -u '+%Y-%m-%d %H:%M UTC')

cat > README.md << EOF
# Kotlin DataFrame - Example Projects Archives

Automatically generated archives of example projects.
Expand All @@ -63,7 +65,7 @@

---

Last updated: $(date -u '+%Y-%m-%d %H:%M:%S UTC')
Last updated: $CURRENT_DATE

Source commit: ${{ github.sha }}
EOF
Expand Down