From 6fc26ecaec955dc1a262869caf67611fff414ec8 Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:45:12 -0400 Subject: [PATCH] Make output directory for WASM --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d154770f..6207c707 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - name: Check formatting run: npm run check-format - name: Compile WebAssembly - run: npm run wasm:compile + run: mkdir bundles; npm run wasm:compile - name: Compile bundles (FRC 6328) run: npm run compile - name: Upload bundles (FRC 6328)