Skip to content

Commit

Permalink
chore: adjust publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 24, 2024
1 parent f60e37d commit 9a84803
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: Uno.Gallery/bin/Release/net9.0-browserwasm/dist
DIST_PATH: Uno.Gallery/bin/Release/net9.0-browserwasm/publish/wwwroot

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

- run: |
cd Uno.Gallery
dotnet build -c Release -p:TargetFrameworkOverride=net9.0-browserwasm "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}"
dotnet publish -c Release -f net9.0-browserwasm -p:TargetFrameworkOverride=net9.0-browserwasm "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}"
- uses: actions/upload-artifact@v4
with:
name: wasm-site
Expand Down

0 comments on commit 9a84803

Please sign in to comment.