This commit is contained in:
itdoginfo 2024-12-16 23:59:33 +03:00
parent df0ad024d0
commit 0d818b080f
No known key found for this signature in database
GPG key ID: 4D49CCAC75E438EA

View file

@ -5,8 +5,8 @@ on:
branches: [ "main" ]
paths:
- .github/workflows/create-srs.yml
- src/**
- convert.py
# - src/**
# - convert.py
# schedule:
# - cron: '33 */8 * * *'
@ -27,9 +27,6 @@ jobs:
-c
docker cp plain2srs-container:/app/plain2srs/output/russia-inside.srs ${{ github.workspace }}/russia-inside.srs
- name: Remove tag
run: git tag -d latest && git push origin --delete latest
- name: Release
uses: softprops/action-gh-release@v2.2.0
with: