Skip to content

Commit

Permalink
Update winui-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwana77499981 committed Oct 28, 2023
1 parent c87ba6e commit 20a0921
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/winui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.1

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
Expand All @@ -64,7 +64,7 @@ jobs:
env:
Appx_Bundle: Never
Appx_Package_Build_Mode: SideloadOnly
Appx_Package_Dir: ${{ env.WinUI_Project_Dir }}\Packages\
Appx_Package_Dir: Packages\
Configuration: ${{ matrix.configuration }}
Platform: ${{ matrix.platform }}

Expand All @@ -74,7 +74,7 @@ jobs:

# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload MSIX package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: MSIX Package
path: ${{ env.WinUI_Project_Dir }}\AppPackages
path: ${{ env.WinUI_Project_Dir }}\Packages\

0 comments on commit 20a0921

Please sign in to comment.