From 7ba8c9e47ae2c7ac4a9d04725f7e4a8a3e813c34 Mon Sep 17 00:00:00 2001 From: ron1n Date: Thu, 15 Feb 2024 06:06:24 +0000 Subject: [PATCH] zipping it up again for some stupid reason --- .github/workflows/release_zip.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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