From e59779ee3518368c33889c0aea2ed0214050de84 Mon Sep 17 00:00:00 2001 From: Ellie Leijten Date: Sun, 3 Dec 2023 23:03:59 +0100 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b9de0c8..4f77c84 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -38,11 +38,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: List file permissions - run: ls -l + - name: Create copy of workspace + run: | + cp -r . temp_workspace - name: Create tarball run: | - tar --exclude='./.git' -czvvf raibu-web.tar.gz . + tar --exclude='./.git' -czvvf raibu-web.tar.gz temp_workspace - name: Upload tarball uses: actions/upload-artifact@v2 with: