anki-decks/.github/workflows/release.yaml
2025-04-18 21:28:09 +02:00

16 lines
383 B
YAML

on:
push:
branches: [main]
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: ./blind_chess.py
- run: |
date=$(date +%y-%m-%d)
gh release delete --yes $date
gh release create --notes "" $date blind_chess.apkg