mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2026-01-25 16:11:10 +03:00
Fixed
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user