mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Removing the duplicated .zip after the artifact name
This commit is contained in:
parent
d8b13eebb0
commit
27c2c7217e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user