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