Skip to content

Commit a4f79d5

Browse files
authored
Update main.yml
1 parent 976f7e3 commit a4f79d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

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

4141
# Build and publish Windows
42+
# Build and publish Windows
4243
build-windows:
4344
runs-on: windows-latest
4445

@@ -58,10 +59,10 @@ jobs:
5859
run: |
5960
dotnet build -c Release -f net8.0-windows --no-restore \
6061
/p:TargetPlatformVersion=10.0.17763.0 \
61-
/p:SupportedOSPlatformVersion=10.0.17763.0
62+
/p:SupportedOSPlatformVersion=10.0.17763.0 \
63+
-p:SolutionDir=./ # Ensure correct working directory
6264
- name: List directory contents
63-
run: |
64-
ls -r
65+
run: ls -r
6566
- name: Create Windows Release
6667
uses: marvinpinto/action-automatic-releases@latest
6768
with:

0 commit comments

Comments
 (0)