diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d3bf45..52e26dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,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 @@ -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: Create change run: date +%s > report.txt