This commit is contained in:
unidcml 2025-02-08 19:25:58 +03:00 committed by GitHub
parent b6ae5b3761
commit 4ab1ff94dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}
- "${{ github.workspace }}/SRS/*.srs"
- "${{ github.workspace }}/DAT/*.dat"
tag_name: ${{ env.TAG_NAME }}