From 441f0d3498d4b13e61ec171a19dee912c06f4315 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 16 Dec 2024 17:05:17 +0300 Subject: [PATCH] Fixed --- .github/workflows/create-srs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-srs.yml b/.github/workflows/create-srs.yml index a922f88..d88f57b 100644 --- a/.github/workflows/create-srs.yml +++ b/.github/workflows/create-srs.yml @@ -13,10 +13,9 @@ on: jobs: convert-and-release: runs-on: ubuntu-latest - steps: - name: Checkout repository - - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.1.7 - name: Convert file to srs uses: itdoginfo/plain2srs-action@0.1 @@ -27,4 +26,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v2.0.8 with: - files: ./russia-inside.srs + files: ./russia-inside.srs \ No newline at end of file