From d742f0eed7eecf2d756d55d7230718bba2382775 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 26 Nov 2023 00:46:12 +0400 Subject: [PATCH] ci --- .github/workflows/new-deploy-account.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/new-deploy-account.yml b/.github/workflows/new-deploy-account.yml index b3669d0..9f75d40 100644 --- a/.github/workflows/new-deploy-account.yml +++ b/.github/workflows/new-deploy-account.yml @@ -18,11 +18,11 @@ jobs: steps: - name: create tarball of account files uses: actions/checkout@v3 - run: | - cd account - npm install - cd .. - tar --exclude-vcs -czf account.tar.gz account + run: | + cd account + npm install + cd .. + tar --exclude-vcs -czf account.tar.gz account - name: copy tarball to server uses: appleboy/scp-action@v0.1.4 with: