This commit is contained in:
unidcml
2025-02-08 19:25:58 +03:00
committed by GitHub
parent b6ae5b3761
commit 4ab1ff94dc

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