Skip to content

Commit

Permalink
chore: Update to Toolkit WinUI samples (backport #745) (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: Agnès ZITTE <16295702+agneszitte@users.noreply.github.com>
  • Loading branch information
mergify[bot] and agneszitte committed Aug 24, 2023
1 parent fb2e446 commit 16d1327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build_and_deploy_job:
env:
DIST_PATH: samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples.Wasm/bin/Release/net5.0/dist
DIST_PATH: samples/Uno.Toolkit.WinUI.Samples/Uno.Toolkit.WinUI.Samples.Wasm/bin/Release/net5.0/dist

if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
dotnet-version: '6.0.200'

- run: |
cd samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples.Wasm
cd samples/Uno.Toolkit.WinUI.Samples/Uno.Toolkit.WinUI.Samples.Wasm
dotnet build -c Release "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}" /p:DisableNet6MobileTargets=true
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 16d1327

Please sign in to comment.