From 1ee1baab4dd5f060a6b7762c15290abafd8fe1a6 Mon Sep 17 00:00:00 2001 From: PYZR <81646307+PYZR@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:19:53 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 517a63d..c21c262 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,13 @@ on: workflow_dispatch: - -name: Trigger Release +jobs: + release: + name: download + runs-on: ubuntu-latest + steps: + - name: Download artifact + uses: actions/download-artifact@v3 + with: + name: artifact + - name: Test artifact + run: ls -R