mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-09-02 02:29:46 +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" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/create-srs.yml
|
- .github/workflows/create-srs.yml
|
||||||
- src/**
|
# - src/**
|
||||||
- convert.py
|
# - convert.py
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '33 */8 * * *'
|
# - cron: '33 */8 * * *'
|
||||||
|
|
||||||
|
@ -27,9 +27,6 @@ jobs:
|
||||||
-c
|
-c
|
||||||
docker cp plain2srs-container:/app/plain2srs/output/russia-inside.srs ${{ github.workspace }}/russia-inside.srs
|
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
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2.2.0
|
uses: softprops/action-gh-release@v2.2.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue