diff --git a/.github/workflows/release_zip.yml b/.github/workflows/release_zip.yml index 3cf418b..f3468e6 100644 --- a/.github/workflows/release_zip.yml +++ b/.github/workflows/release_zip.yml @@ -21,5 +21,7 @@ jobs: uses: actions/download-artifact@v4 with: name: gura - - name: Test artifact download - run: ls -lahR + - name: Zip this shit up again for some reason + uses: thedoctor0/zip-release@master + with: + filename: gura.zip