Fixes a bug that sometimes caused the plugin to fail

This commit is contained in:
NoDRM
2021-11-19 12:42:29 +01:00
parent a44b50d1d8
commit 2edde54c44
3 changed files with 79 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Package
run: python3 make_release.py 10.0.0
run: python3 make_release.py 10.0.1
- name: Upload
uses: actions/upload-artifact@v2
with: