We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f79d5 commit c329a1fCopy full SHA for c329a1f
.github/workflows/main.yml
@@ -39,7 +39,6 @@ jobs:
39
files: ./**/*.apk
40
41
# Build and publish Windows
42
- # Build and publish Windows
43
build-windows:
44
runs-on: windows-latest
45
@@ -57,12 +56,10 @@ jobs:
57
56
run: dotnet restore
58
- name: Build Windows
59
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
+ dotnet build -c Release -f net8.0-windows --no-restore /p:TargetPlatformVersion=10.0.17763.0 /p:SupportedOSPlatformVersion=10.0.17763.0
64
- name: List directory contents
65
- run: ls -r
+ run: |
+ ls -r
66
- name: Create Windows Release
67
uses: marvinpinto/action-automatic-releases@latest
68
with:
0 commit comments