ci: update
This commit is contained in:
parent
1361237168
commit
340b627df3
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -10,4 +10,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
- run: ./blind_chess.py
|
- run: ./blind_chess.py
|
||||||
- run: gh release create --notes "" "$(date +%y-%m-%d)" blind_chess.apkg
|
- run: |
|
||||||
|
date=$(date +%y-%m-%d)
|
||||||
|
gh release delete --yes $date
|
||||||
|
gh release create --notes "" $date blind_chess.apkg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue