mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-09-02 10:40:14 +00:00
Fixed
This commit is contained in:
parent
42970f90d1
commit
156f46b682
1 changed files with 9 additions and 5 deletions
14
.github/workflows/create-srs.yml
vendored
14
.github/workflows/create-srs.yml
vendored
|
@ -17,11 +17,15 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: Convert file to srs
|
- name: Run Plain2srs Docker Container
|
||||||
uses: itdoginfo/plain2srs-action@0.1
|
run: |
|
||||||
with:
|
docker run --name plain2srs-container \
|
||||||
input_file: Russia/inside-raw.lst
|
-v "${{ github.workspace }}:/workspace" \
|
||||||
output_name: russia-inside
|
itdoginfo/plain2srs-action:20241216 \
|
||||||
|
-i /workspace/Russia/inside-raw.lst \
|
||||||
|
-o russia-inside \
|
||||||
|
-c
|
||||||
|
docker cp plain2srs-container:/app/plain2srs/output/russia-inside.srs ${{ github.workspace }}/russia-inside.srs
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2.2.0
|
uses: softprops/action-gh-release@v2.2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue