We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80567c5 commit b8075c4Copy full SHA for b8075c4
1 file changed
.github/workflows/PublishPages.yml
@@ -23,7 +23,7 @@ jobs:
23
run: dotnet workload install wasm-tools
24
25
- name: Publish
26
- run: dotnet publish src/GameboyColorReducer.Wasm/GameboyColorReducer.Wasm.csproj -c:Release -o:publish -p:GHPages=true
+ run: dotnet publish src/GameboyColorReducer.Wasm/GameboyColorReducer.Wasm.csproj -c:Release -o:publish -p:GHPages=true -p:RunAOTCompilation=true
27
28
- name: Upload GitHub Pages artifact
29
uses: actions/upload-pages-artifact@v3.0.1
0 commit comments