diff --git a/.github/workflows/Unity.yml b/.github/workflows/Unity.yml
index beeac50..1ebeada 100644
--- a/.github/workflows/Unity.yml
+++ b/.github/workflows/Unity.yml
@@ -44,4 +44,4 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "unity-github-actions-build"
- tag: v1.2.2.1
\ No newline at end of file
+ tag: v1.2.2.2
\ No newline at end of file
diff --git a/README.md b/README.md
index b3212eb..440e2fe 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,12 @@ Note: These builds were built with `Unity 2023.1.9f1`
- Windows x86_64: [Here](https://www.dropbox.com/scl/fo/s4ppc87ib67726edamwlb/AOmhemTHV85Qs5boftIz8ko?rlkey=loeqhu2hv4rl57c3qh3efoezi&st=20wqdkas&dl=0)
- macOS x86 `Intel`: [Here](https://www.dropbox.com/scl/fo/on93oy6gc82im8hx291af/AHcvN6A9zc9qo-3F3TpcXT8?rlkey=2a9t0umxt02k5g2ofpaqtmv1w&st=yindk9ry&dl=0)
- macOS arm64 `Apple Silicon`: [Here](https://www.dropbox.com/scl/fo/on93oy6gc82im8hx291af/AHcvN6A9zc9qo-3F3TpcXT8?rlkey=2a9t0umxt02k5g2ofpaqtmv1w&st=yindk9ry&dl=0)
-- WebGL: None available, see issue [#14](https://github.com/OudomMunint/Unity-2D-Platformer/issues/14)
+- WebGL: [Here](https://www.dropbox.com/scl/fo/f17amjzr3yfqidw6v2oyd/ADn8EV0w6QGPSqO8rgfg7dM?rlkey=09geoypgnpcwpf1yjflpmrutg&st=3ahxkx28&dl=0)
+## Notes
+- You may need to host the WebGL build on a server to run it. Or use the `Build and Run` option in the Unity Editor.
+- You may need to allow the app to run on macOS by going to `System Preferences` > `Security & Privacy` > `General` > `Open Anyway`.
+- You may need to allow the app to run on Windows by clicking `More Info` > `Run Anyway` when prompted by Windows Defender.
+# Screenshots
![Screenshot](2d.png)
\ No newline at end of file