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