Skip to content

Commit

Permalink
Merge pull request #1169 from unoplatform/dev/youssef/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund authored Sep 11, 2024
2 parents 5536985 + 513786e commit 89d810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: |
cd Uno.Gallery
dotnet build -c Release -p:TargetFrameworkOverride=net8.0-browserwasm "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: wasm-site
path: ${{ env.DIST_PATH }}
Expand Down

0 comments on commit 89d810e

Please sign in to comment.