Fix recursive zip in gh actions

This commit is contained in:
YourKalamity
2020-12-18 18:44:48 +00:00
parent 9fae5314c1
commit 46cfe7815a

View File

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