mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2026-01-25 04:06:38 +03:00
Fixed
This commit is contained in:
5
.github/workflows/create-srs.yml
vendored
5
.github/workflows/create-srs.yml
vendored
@@ -27,8 +27,11 @@ 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:
|
||||
files: "/github/workspace/russia-inside.srs"
|
||||
files: "${{ github.workspace }}/russia-inside.srs"
|
||||
tag_name: latest
|
||||
Reference in New Issue
Block a user