Skip to content

Minecraft Assets Cache #40

Minecraft Assets Cache

Minecraft Assets Cache #40

Workflow file for this run

---
name: Minecraft Assets Cache
on:
schedule:
- cron: "0 0 * * *" # Update daily
workflow_dispatch:
jobs:
update-cache:
runs-on: ubuntu-latest
name: Update Assets Cache
steps:
- uses: neoforged/actions-modding/minecraft-assets-cache/create@v1
with:
# 1.20.1 for legacytest, 1.21 for normal test
minecraft-versions: |
1.20.1
1.21