Skip to content

Commit c329a1f

Browse files
authored
Update main.yml
1 parent a4f79d5 commit c329a1f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
files: ./**/*.apk
4040

4141
# Build and publish Windows
42-
# Build and publish Windows
4342
build-windows:
4443
runs-on: windows-latest
4544

@@ -57,12 +56,10 @@ jobs:
5756
run: dotnet restore
5857
- name: Build Windows
5958
run: |
60-
dotnet build -c Release -f net8.0-windows --no-restore \
61-
/p:TargetPlatformVersion=10.0.17763.0 \
62-
/p:SupportedOSPlatformVersion=10.0.17763.0 \
63-
-p:SolutionDir=./ # Ensure correct working directory
59+
dotnet build -c Release -f net8.0-windows --no-restore /p:TargetPlatformVersion=10.0.17763.0 /p:SupportedOSPlatformVersion=10.0.17763.0
6460
- name: List directory contents
65-
run: ls -r
61+
run: |
62+
ls -r
6663
- name: Create Windows Release
6764
uses: marvinpinto/action-automatic-releases@latest
6865
with:

0 commit comments

Comments
 (0)