summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2021-11-17 21:38:08 +0100
committerNoDRM <[email protected]>2021-11-17 21:38:08 +0100
commit05e0d0bedbe0bedaba3b4d1bb693952b6fbc016e (patch)
tree9d250a83908494d780b53e77d41669f43a2f3d8e /.github/workflows
parent1b391da815cff190a86da497fc9c0991022c55df (diff)
Make CI auto-package the plugin
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..707a5de
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -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