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 }}