diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
new file mode 100644
index 00000000..2e9fbb1c
--- /dev/null
+++ b/.github/workflows/build.yaml
@@ -0,0 +1,34 @@
+# This workflow will...
+
+name: Build
+
+on:
+ push:
+ branches: ["master"]
+ workflow_dispatch:
+
+jobs:
+ release:
+ runs-on: ${{ matrix.os }}
+
+ strategy:
+ matrix:
+ os: [windows-latest]
+
+ steps:
+ - name: Check out Git repository
+ uses: actions/checkout@v4
+
+ - name: Use Node.js
+ uses: actions/setup-node@v4
+ with:
+ node-version: 18.x
+ cache: "npm"
+ - run: npm ci
+ - run: npm run package
+
+ - name: Upload artifact
+ uses: actions/upload-artifact@v4
+ with:
+ name: release
+ path: release
diff --git a/README.md b/README.md
index 0657d5e6..8bab5b11 100644
--- a/README.md
+++ b/README.md
@@ -57,10 +57,12 @@
-
+ src="https://img.shields.io/badge/-Twitter-black?style=for-the-badge&logo=X" alt="Twitter" />
+
+
+