diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-02-06 22:02:00 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-02-06 22:02:00 +0000 |
| commit | 617623ab19f18e5d69fee4287b92500e15be459e (patch) | |
| tree | dc9a622a60a95444e17691c1c58a5f4c97d4408c /.github/workflows | |
| parent | fd4b6d70af28e628c4f439c32b4f6212f64a03df (diff) | |
| download | AnySoftKeyboard-617623ab19f18e5d69fee4287b92500e15be459e.tar.gz AnySoftKeyboard-617623ab19f18e5d69fee4287b92500e15be459e.tar.bz2 | |
Ensuring reports are copied back out of the container
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/checks.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b57182aea..7359cba43 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -193,8 +193,9 @@ jobs: ref: ${{ github.ref }} api_user_name: ${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }} api_user_token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} + reports_folder: deploy-reports - uses: actions/upload-artifact@v1.0.0 if: always() with: name: deploy-request - path: /tmp/deploy-request + path: deploy-reports |
