summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2021-11-29 16:27:51 +0100
committerNoDRM <[email protected]>2021-11-29 16:27:51 +0100
commitca6ec8f6d0e43e8abed5bc9c293160e0e9eb58bb (patch)
tree30886a60b6c21eea716a6268febc3ef6a35b6cec /.github
parente9a6e80e5ae77c4dab357865f666dcdc8cf462d1 (diff)
Allow packaging without version number
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c9f3ab7..899539a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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