mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 15:27:03 -04:00
Update dotnet-core-desktop.yml
This commit is contained in:
6
.github/workflows/dotnet-core-desktop.yml
vendored
6
.github/workflows/dotnet-core-desktop.yml
vendored
@@ -107,10 +107,14 @@ jobs:
|
||||
Appx_Bundle_Platforms: x86|x64
|
||||
Appx_Package_Build_Mode: StoreUpload
|
||||
Configuration: ${{ matrix.configuration }}
|
||||
|
||||
- name: Zip Build
|
||||
id: zip_build
|
||||
run: Compress-Archive -Path ${env:Wap_Project_Directory}/bin/Release/netcoreapp3.1/win-x64/publish/*.exe -DestinationPath ${env:Wap_Project_Directory}/bin/Release/netcoreapp3.1/win-x64/publish
|
||||
|
||||
- name: Test Build
|
||||
id: test_build
|
||||
run: dir ./WowUp.WPF/bin/Release/netcoreapp3.1/win-x64/publish
|
||||
run: dir ${env:Wap_Project_Directory}/bin/Release/netcoreapp3.1/win-x64/publish
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user