aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-02-06 22:02:00 +0000
committerMenny Even Danan <menny@evendanan.net>2020-02-06 22:02:00 +0000
commit617623ab19f18e5d69fee4287b92500e15be459e (patch)
treedc9a622a60a95444e17691c1c58a5f4c97d4408c /.github/workflows
parentfd4b6d70af28e628c4f439c32b4f6212f64a03df (diff)
downloadAnySoftKeyboard-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.yml3
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