From f07591c2702d146c041655bb52385a7786199d26 Mon Sep 17 00:00:00 2001 From: Rajdeep Singh Date: Wed, 21 Feb 2024 23:43:29 +0530 Subject: [PATCH] run echo command --- .github/workflows/build-theme.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-theme.yml b/.github/workflows/build-theme.yml index 4f78761..e1a3ba2 100644 --- a/.github/workflows/build-theme.yml +++ b/.github/workflows/build-theme.yml @@ -12,11 +12,12 @@ jobs: with: version: 8 - run: pnpm add gscan - - name: Easy Zip Files - uses: vimtor/action-zip@v1.2 - with: - files: assets/build/ partials/ author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs - dest: ${{ github.workspace }}/fastest.zip + - run : echo ${{ github.workspace }} + # - name: Easy Zip Files + # uses: vimtor/action-zip@v1.2 + # with: + # files: assets/build/ partials/ author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs + # dest: ${{ github.workspace }}/fastest.zip # run: | # if ! [ -x "$(command -v zip)" ]; then # echo "installing zip command"