summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-06-02 16:25:38 +0200
committerrstular <rok@stular.eu>2020-06-02 16:25:38 +0200
commitdcfb7ed020a43224d77db61604a087aa441d5e52 (patch)
treee60e78547e012e28d6cc6450d3bb9843beba8d6c /.github
parentPipeline bug fix (diff)
downloadbeziapp-dcfb7ed020a43224d77db61604a087aa441d5e52.tar
beziapp-dcfb7ed020a43224d77db61604a087aa441d5e52.tar.gz
beziapp-dcfb7ed020a43224d77db61604a087aa441d5e52.tar.bz2
beziapp-dcfb7ed020a43224d77db61604a087aa441d5e52.tar.lz
beziapp-dcfb7ed020a43224d77db61604a087aa441d5e52.tar.xz
beziapp-dcfb7ed020a43224d77db61604a087aa441d5e52.tar.zst
beziapp-dcfb7ed020a43224d77db61604a087aa441d5e52.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-deploy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml
index cee1ed9..69ab464 100644
--- a/.github/workflows/ci-deploy.yml
+++ b/.github/workflows/ci-deploy.yml
@@ -24,6 +24,7 @@ jobs:
run: |
rm -r *
mv /tmp/dist/.[!.]* .
+ mv /tmp/dist/* .
- name: Commit files
run: |
git config --global user.email "action@github.com"