From d8687a78cac0340ec117f722bc3600ad2d410d2e Mon Sep 17 00:00:00 2001 From: awshuss Date: Wed, 22 Nov 2023 09:51:32 +0000 Subject: [PATCH] Updated static build action --- .github/actions/build-static/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/build-static/action.yaml b/.github/actions/build-static/action.yaml index 45087020e..9deec0327 100644 --- a/.github/actions/build-static/action.yaml +++ b/.github/actions/build-static/action.yaml @@ -47,8 +47,7 @@ runs: - name: Build olcs static run: | - cd ./public - tar cvzf static.tar.gz ./ + tar -cvf static.tar.gz public shell: bash - name: upload staic artifact