diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 872e5d4..0c01d04 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 - id: vars run: | if [[ "${{ github.event_name }}" == "pull_request" ]]; then \ @@ -49,6 +53,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 create comment uses: ./