Skip to content

Commit

Permalink
chore: Adjust build gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 24, 2024
1 parent 9a84803 commit 03eafec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:

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

0 comments on commit 03eafec

Please sign in to comment.