We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d0b4a commit 5a17c83Copy full SHA for 5a17c83
.github/workflows/runtime-ci.yml
@@ -189,7 +189,7 @@ jobs:
189
chmod +x $GITHUB_WORKSPACE/runtime/artifacts/bin/mono/browser.wasm.Release/cross/*
190
191
# Move cross compiler to appropriate location
192
- mv $GITHUB_WORKSPACE/runtime/artifacts/bin/mono/Browser.wasm.Release/cross $GITHUB_WORKSPACE/nuget/tools
+ mv $GITHUB_WORKSPACE/runtime/artifacts/bin/mono/Browser.wasm.Release/cross/* $GITHUB_WORKSPACE/nuget/tools
193
194
cd $env:GITHUB_WORKSPACE/nuget
195
dotnet pack Uno.NETCore.App.Runtime.AOT.Cross.browser-wasm.csproj /p:OutputPath=$GITHUB_WORKSPACE/ci-output "/p:Version=${{ steps.gitversion.outputs.semVer }}"
0 commit comments