From: NoDRM Date: Wed, 17 Nov 2021 20:38:08 +0000 (+0100) Subject: Make CI auto-package the plugin X-Git-Url: http://git.xmof.duckdns.org/?a=commitdiff_plain;h=05e0d0bedbe0bedaba3b4d1bb693952b6fbc016e;p=DeDRM.git Make CI auto-package the plugin --- 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