Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Dec 11, 2024
1 parent 9651f48 commit 6429201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
publish-wasm:
name: Publish WASM
runs-on: ubuntu-latest
timeout-minutes: 100
steps:
- name: Setup
uses: butr/actions-common-setup@v2
Expand All @@ -36,6 +37,7 @@ jobs:
dotnet workload install wasm-tools;
dotnet publish src/BUTR.CrashReport.Renderer.ImGui.WASM/BUTR.CrashReport.Renderer.ImGui.WASM.csproj --configuration Release -o "./site";
timeout-minutes: 100

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion src/BUTR.CrashReport.sln
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ Global
{30E6FC2B-9331-454C-9FB6-E63A5503E23E} = {14BFD4AE-BB54-40F6-96F8-D6F4D4A33B54}
{D8AB3D2C-6026-4ACA-BFBB-A341E4D913AD} = {F4E2D353-AD2D-455B-81B6-F743E0CAD7DF}
{3A6C3D77-82EA-4B83-BE30-22D0EE3A230F} = {F4E2D353-AD2D-455B-81B6-F743E0CAD7DF}
{CCA2F514-2028-47E4-8BDD-0C46B371836B} = {8013DEFB-F940-4891-9F74-BFE1A8106506}
{FF1A2EB5-6C39-4E70-AC7F-1D41AD4F54CB} = {8013DEFB-F940-4891-9F74-BFE1A8106506}
{C2C9DD59-224D-4FAD-8F8B-5F8A6B171103} = {FF1A2EB5-6C39-4E70-AC7F-1D41AD4F54CB}
{F1706FCA-25D4-4DCC-B9D3-EFF5CB46B3E8} = {FF1A2EB5-6C39-4E70-AC7F-1D41AD4F54CB}
Expand All @@ -247,5 +246,6 @@ Global
{B63FD775-79E8-48A2-AECA-1F7D73643024} = {71872CAF-7D4F-4A1E-A372-5382B4B24DA6}
{5B6FC58F-DD17-4E1D-9E54-8D0B3089325D} = {71872CAF-7D4F-4A1E-A372-5382B4B24DA6}
{559FAD6D-9906-47AE-90A6-78C14FF4629A} = {71872CAF-7D4F-4A1E-A372-5382B4B24DA6}
{CCA2F514-2028-47E4-8BDD-0C46B371836B} = {71872CAF-7D4F-4A1E-A372-5382B4B24DA6}
EndGlobalSection
EndGlobal

0 comments on commit 6429201

Please sign in to comment.