From f998ddd344cb691c13e1982573046911346ef2c4 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 11 Sep 2023 17:05:35 -0500 Subject: [PATCH] docs: add build details --- BUILD.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 BUILD.md diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 0000000..3c41bd0 --- /dev/null +++ b/BUILD.md @@ -0,0 +1,7 @@ +# Building Pac-Man + +## GitHub Actions Workflow + +1. Build workflow produces executables & WASM files for all platforms +2. Uploaded as artifacts +3. Deployment workflow downloads artifacts and uploads to GitHub Pages \ No newline at end of file