summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-06-02 16:16:45 +0200
committerGitHub <noreply@github.com>2020-06-02 16:16:45 +0200
commitfe798bd10110471806592e7d587412c6b703e4f1 (patch)
tree4c993a985eaa072eda88e33a7647ad3600a12dc4 /.github/workflows
parentMerge pull request #13 from beziapp/dev (diff)
parentPreparing to merge (diff)
downloadbeziapp-fe798bd10110471806592e7d587412c6b703e4f1.tar
beziapp-fe798bd10110471806592e7d587412c6b703e4f1.tar.gz
beziapp-fe798bd10110471806592e7d587412c6b703e4f1.tar.bz2
beziapp-fe798bd10110471806592e7d587412c6b703e4f1.tar.lz
beziapp-fe798bd10110471806592e7d587412c6b703e4f1.tar.xz
beziapp-fe798bd10110471806592e7d587412c6b703e4f1.tar.zst
beziapp-fe798bd10110471806592e7d587412c6b703e4f1.zip
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml
index 505cf14..b36be84 100644
--- a/.github/workflows/ci-deploy.yml
+++ b/.github/workflows/ci-deploy.yml
@@ -22,8 +22,8 @@ jobs:
ref: master
- name: Replace files
run: |
- rm -r *
- mv /tmp/dist/* .
+ rm -r .[!.]*
+ mv /tmp/dist/.[!.]* .
- name: Commit files
run: |
git config --local user.email "action@github.com"