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