From ccb8b42a430ee297f44ea7b2f64a58b8d487af74 Mon Sep 17 00:00:00 2001 From: unidcml <147054065+unidcml@users.noreply.github.com> Date: Sat, 8 Feb 2025 19:27:12 +0300 Subject: [PATCH] Test --- .github/workflows/create-lists.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 5a45976..2e9fe49 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -79,7 +79,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2.1.0 with: - files: | - - "${{ github.workspace }}/SRS/*.srs" - - "${{ github.workspace }}/DAT/*.dat" + files: + "${{ github.workspace }}/DAT/*.dat" tag_name: ${{ env.TAG_NAME }}