From db96e2b130073ec1508a9db671b1085a4940cf20 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 16 Dec 2024 17:28:51 +0300 Subject: [PATCH] Fixed --- .github/workflows/create-srs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-srs.yml b/.github/workflows/create-srs.yml index f91b773..e74e8b6 100644 --- a/.github/workflows/create-srs.yml +++ b/.github/workflows/create-srs.yml @@ -26,5 +26,5 @@ jobs: - name: Release uses: softprops/action-gh-release@v2.2.0 with: - files: ./russia-inside.srs + files: "/github/workspace/${{ inputs.output_name }}.srs" tag_name: latest \ No newline at end of file