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