diff --git a/.github/workflows/executables.yml b/.github/workflows/executables.yml index 4921366..f138e34 100644 --- a/.github/workflows/executables.yml +++ b/.github/workflows/executables.yml @@ -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: