From 46f38da6a96df18981341b2551ee02e4eb52eeac Mon Sep 17 00:00:00 2001 From: ron1n Date: Thu, 15 Feb 2024 05:56:58 +0000 Subject: [PATCH] added download-artifact and test ls --- .github/workflows/release_zip.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_zip.yml b/.github/workflows/release_zip.yml index 1fecb30..ce8a590 100644 --- a/.github/workflows/release_zip.yml +++ b/.github/workflows/release_zip.yml @@ -14,5 +14,14 @@ jobs: with: name: gura path: gura/ - name: lain - path: lain/ + release-zips: + name: Release zip packages + runs-on: ubuntu-latest + needs: build-zips + steps: + - name: Download sticker packs as artifacts + uses: actions/download-artifact@v4 + with: + name: gura + - name: Test artifact download + run: ls -lahR