Allow packaging without version number

This commit is contained in:
NoDRM
2021-11-29 16:27:51 +01:00
parent e9a6e80e5a
commit ca6ec8f6d0
2 changed files with 7 additions and 3 deletions

View File

@@ -10,10 +10,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Package
run: python3 make_release.py 10.0.1
run: python3 make_release.py
- name: Upload
uses: actions/upload-artifact@v2
with:
name: plugin
path: |
DeDRM_tools_*.zip
DeDRM_tools.zip