mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-08 07:15:15 -04:00
Removing the duplicated .zip after the artifact name
This commit is contained in:
@@ -32,5 +32,5 @@ jobs:
|
||||
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: kyoo_${{matrix.artifact}}.zip
|
||||
name: kyoo_${{matrix.artifact}}
|
||||
path: dist/*
|
||||
|
||||
Reference in New Issue
Block a user