File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defaults:
1313jobs :
1414 build :
1515 name : Linux
16- runs-on : ubuntu-22.04
16+ runs-on : windows-2022
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v4.2.2
@@ -25,11 +25,11 @@ jobs:
2525 run : dotnet build src --configuration Release
2626 - name : Remove executables
2727 run : |
28- Remove-Item binaries/Billing/Billing
29- Remove-Item binaries/ClientUI/ClientUI
30- Remove-Item binaries/PlatformLauncher/PlatformLauncher
31- Remove-Item binaries/Sales/Sales
32- Remove-Item binaries/Shipping/Shipping
28+ Remove-Item binaries/Billing/Billing.exe
29+ Remove-Item binaries/ClientUI/ClientUI.exe
30+ Remove-Item binaries/PlatformLauncher/PlatformLauncher.exe
31+ Remove-Item binaries/Sales/Sales.exe
32+ Remove-Item binaries/Shipping/Shipping.exe
3333 - name : Install AzureSignTool
3434 run : dotnet tool install --global azuresigntool
3535 - name : Sign binaries
You can’t perform that action at this time.
0 commit comments