summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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