mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-21 22:40:34 -04:00
Update release.yml
This commit is contained in:
parent
41c1466308
commit
4eb3fe89c9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
- name: Enabling windows compilations tools
|
- name: Enabling windows compilations tools
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
if: ${{"${{runner.os}}" == "Windows"}}
|
if: ${{"${{matrix.os}}" == "Windows"}}
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
||||||
- name: Compression output
|
- name: Compression output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user