mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-04-22 22:09:08 +00:00
Fixed
This commit is contained in:
parent
df0ad024d0
commit
0d818b080f
1 changed files with 2 additions and 5 deletions
7
.github/workflows/create-srs.yml
vendored
7
.github/workflows/create-srs.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue