3 Commits

Author SHA1 Message Date
YourKalamity
3aaad7a456 Revert back to published 2020-12-19 10:25:13 +00:00
YourKalamity
498755fd49 Change gh actions to created 2020-12-19 10:21:39 +00:00
YourKalamity
fc7e2b2e2e Make .py executable 2020-12-19 10:20:43 +00:00

View File

@@ -54,6 +54,7 @@ jobs:
cp -r certifi chardet Darwin idna Linux requests urllib3 temporary/
cp LICENSE main.py README.md temporary/
cd temporary
chmod +x main.py
zip -r ../lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-Python3.zip *
- name: Publish artifact
uses: actions/upload-artifact@v2