Skip to content

Commit d015fee

Browse files
committed
Try on Windows again
1 parent f400f82 commit d015fee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
jobs:
1414
build:
1515
name: Linux
16-
runs-on: ubuntu-22.04
16+
runs-on: windows-2022
1717
steps:
1818
- name: Checkout
1919
uses: actions/[email protected]
@@ -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

0 commit comments

Comments
 (0)