Removing the duplicated .zip after the artifact name

This commit is contained in:
Zoe Roux 2021-03-31 23:16:47 +02:00
parent d8b13eebb0
commit 27c2c7217e

View File

@ -32,5 +32,5 @@ jobs:
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: kyoo_${{matrix.artifact}}.zip name: kyoo_${{matrix.artifact}}
path: dist/* path: dist/*