From 35f05e8e06f51ffffad2c50f030a433d4efa8054 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 2 Jun 2020 18:37:55 +0900 Subject: [PATCH] Fix ci artifacts --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3234e3..80d27cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,10 @@ jobs: with: name: dist path: dist + - uses: actions/upload-artifact@v2 + with: + name: action.yml + path: action.yml test: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository @@ -42,6 +46,11 @@ jobs: with: name: dist path: dist + - if: matrix.target == 'built' || github.event_name == 'pull_request' + uses: actions/download-artifact@v2 + with: + name: action.yml + path: . - name: Test repository dispatch uses: ./