From 46cfe7815ad790a794a4e7d31bad67f0bd72aa16 Mon Sep 17 00:00:00 2001 From: YourKalamity <63474858+YourKalamity@users.noreply.github.com> Date: Fri, 18 Dec 2020 18:44:48 +0000 Subject: [PATCH] Fix recursive zip in gh actions --- .github/workflows/executables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: