From 4ab1ff94dc894ec271bd82093c518df9aa80e9b2 Mon Sep 17 00:00:00 2001 From: unidcml <147054065+unidcml@users.noreply.github.com> Date: Sat, 8 Feb 2025 19:25:58 +0300 Subject: [PATCH] Test --- .github/workflows/create-lists.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 124723b..5a45976 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -80,6 +80,6 @@ jobs: uses: softprops/action-gh-release@v2.1.0 with: files: | - "${{ github.workspace }}/SRS/*.srs" - "${{ github.workspace }}/DAT/*.dat" - tag_name: ${{ env.TAG_NAME }} \ No newline at end of file + - "${{ github.workspace }}/SRS/*.srs" + - "${{ github.workspace }}/DAT/*.dat" + tag_name: ${{ env.TAG_NAME }}