]> xmof Git - DeDRM.git/commitdiff
Make CI auto-package the plugin
authorNoDRM <no_drm123@protonmail.com>
Wed, 17 Nov 2021 20:38:08 +0000 (21:38 +0100)
committerNoDRM <no_drm123@protonmail.com>
Wed, 17 Nov 2021 20:38:08 +0000 (21:38 +0100)
.github/workflows/main.yml [new file with mode: 0644]

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644 (file)
index 0000000..707a5de
--- /dev/null
@@ -0,0 +1,19 @@
+name: Package plugin
+on:
+  push:
+    branches: [ master ]
+
+jobs:
+  package:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+      - name: Package
+        run: python3 make_release.py 10.0.0
+      - name: Upload
+        uses: actions/upload-artifact@v2
+        with: 
+          name: plugin
+          path: |
+            DeDRM_tools_*.zip