From df0ad024d0e37e0903522bbab83a86cd1548419a Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 16 Dec 2024 23:57:05 +0300 Subject: [PATCH] Fixed --- .github/workflows/create-srs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-srs.yml b/.github/workflows/create-srs.yml index c352a08..07acca8 100644 --- a/.github/workflows/create-srs.yml +++ b/.github/workflows/create-srs.yml @@ -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 \ No newline at end of file