Improve validation

This commit is contained in:
Kamil Trzciński 2022-11-12 15:41:22 +01:00
parent c0c35595c6
commit c7bf998a7d
4 changed files with 16 additions and 17 deletions

View file

@ -54,7 +54,7 @@ jobs:
run: dotnet test --no-restore --verbosity normal
- uses: vimtor/action-zip@v1
with:
files: FanControl-${{ github.event.release.tag_name }}/
files: FanControl-${{ github.event.release.tag_name }}
dest: FanControl-${{ github.event.release.tag_name }}.zip
- uses: ncipollo/release-action@v1
with: