Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevoTalk authored Dec 25, 2024
1 parent 976f7e3 commit a4f79d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
files: ./**/*.apk

# Build and publish Windows
# Build and publish Windows
build-windows:
runs-on: windows-latest

Expand All @@ -58,10 +59,10 @@ jobs:
run: |
dotnet build -c Release -f net8.0-windows --no-restore \
/p:TargetPlatformVersion=10.0.17763.0 \
/p:SupportedOSPlatformVersion=10.0.17763.0
/p:SupportedOSPlatformVersion=10.0.17763.0 \
-p:SolutionDir=./ # Ensure correct working directory
- name: List directory contents
run: |
ls -r
run: ls -r
- name: Create Windows Release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit a4f79d5

Please sign in to comment.